Using UIAutomator2 for UI test example for better performance
This commit is contained in:
parent
8c4d947833
commit
c3c7f9506f
|
@ -9,6 +9,7 @@ class SimpleAndroidUITests(unittest.TestCase):
|
||||||
desired_caps = {
|
desired_caps = {
|
||||||
'platformName': 'Android',
|
'platformName': 'Android',
|
||||||
'deviceName': 'Android Emulator',
|
'deviceName': 'Android Emulator',
|
||||||
|
'automationName': 'UIAutomator2',
|
||||||
'app': '/root/tmp/sample_apk_debug.apk',
|
'app': '/root/tmp/sample_apk_debug.apk',
|
||||||
'avd': 'samsung_galaxy_s6_7.1.1'
|
'avd': 'samsung_galaxy_s6_7.1.1'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue