码迷,mamicode.com
首页 > 移动开发 > 详细

Appium python Uiautomator2 多进程问题

时间:2019-02-15 19:59:01      阅读:271      评论:0      收藏:0      [点我收藏+]

标签:需要   cti   调用   指定   eset   class   并发   tor   多个   

  appium更新uiautomator后可以获取tost了,大家都尝试,课程中也讲解了,但是这些跑的时候都在单机上,当我们多机并发的时候会出现一个端口问题,因为我们appium最后会调用uiautomator2,但是多个机器的时候只会有一个机器会正常运行。这个就是因为uiautomator2端口占用问题,这个只需要在我们生成端口的时候,在启动配置里面增加一个参数就可以了:

 "platformName": "Android",
"deviceName": devices,
"platformVersion": 8.0,
"appPackage": "com.xxx",
"appActivity": "com.xxx.AdDisplayActivity",
"noReset": True,
"automationName": "uiautomator2",
"systemPort":uiautomator_port,(自动生成的)

  只需要启动项里面

systemPort指定成不一样的就行。

Appium python Uiautomator2 多进程问题

标签:需要   cti   调用   指定   eset   class   并发   tor   多个   

原文地址:https://www.cnblogs.com/Mushishi_xu/p/10385198.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!