Adb Enable Automator Info
appium --address 127.0.0.1 --port 4723 --allow-insecure chromedriver_autodownload Then run a test script (Python example):
adb push uiautomator-tests.jar /data/local/tmp/ adb shell uiautomator runtest uiautomator-tests.jar -c com.your.package.TestClass Without writing a full test, use ADB + uiautomator dump to inspect UI: adb enable automator
adb shell input tap x y Appium uses UI Automator under the hood. Start server: appium --address 127