lib/skeleton_appium/features/support/android/appium.txt in sunomono-1.0.3 vs lib/skeleton_appium/features/support/android/appium.txt in sunomono-1.0.4
- old
+ new
@@ -1,4 +1,7 @@
[caps]
platformName = "Platform name e.g Android"
deviceName = "Device name e.g Nexus_5 or device ID"
- app = "path to apk"
+ app = "path to apk"
+ # Use automationName with UiAutomator2, because default automator,
+ # not recognize any elements on the screen
+ automationName = "UiAutomator2"
\ No newline at end of file