mirror of
https://github.com/budtmo/docker-android.git
synced 2026-07-29 19:00:34 +00:00
Using UIAutomator2 for UI test example for better performance
This commit is contained in:
@@ -9,6 +9,7 @@ class SimpleAndroidUITests(unittest.TestCase):
|
||||
desired_caps = {
|
||||
'platformName': 'Android',
|
||||
'deviceName': 'Android Emulator',
|
||||
'automationName': 'UIAutomator2',
|
||||
'app': '/root/tmp/sample_apk_debug.apk',
|
||||
'avd': 'samsung_galaxy_s6_7.1.1'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user