标签:需要 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