Using UIAutomator2 for UI test example for better performance

This commit is contained in:
butomo1989 2017-05-19 13:37:25 +02:00
parent 8c4d947833
commit c3c7f9506f

View file

@ -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'
}