Underson888

Results 1 issues of Underson888

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