Underson888
Results
1
issues of
Underson888
Parallel usage results in a "socket hang up" error. systemPort have set but still have the problem.
7
Here's my code: python from appium import webdriver from appium.webdriver.common.touch_action import TouchAction import threading # Device 1's configuration desired_caps1 = { "appium:appActivity": ".Settings", "appium:appPackage": "com.android.settings", "appium:automationName": "uiautomator2", "appium:udid": "xxxx", "platformName":...
NeedsInfo