From c3c7f9506fe4ddb62bd6345024615a1559a1c986 Mon Sep 17 00:00:00 2001 From: butomo1989 Date: Fri, 19 May 2017 13:37:25 +0200 Subject: [PATCH] Using UIAutomator2 for UI test example for better performance --- example/android/python/app_simple.py | 1 + 1 file changed, 1 insertion(+) diff --git a/example/android/python/app_simple.py b/example/android/python/app_simple.py index fe214ca..8eaa2c6 100644 --- a/example/android/python/app_simple.py +++ b/example/android/python/app_simple.py @@ -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' }