From 0abf62f0fa99d1ce0841a98e86a6ca334a143f0e Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Thu, 16 Mar 2017 00:19:04 +0900 Subject: [PATCH] add doc for uiautomator (#508) --- docs/android_uiautomator.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/android_uiautomator.md diff --git a/docs/android_uiautomator.md b/docs/android_uiautomator.md new file mode 100644 index 00000000..1688f245 --- /dev/null +++ b/docs/android_uiautomator.md @@ -0,0 +1,7 @@ +# Help debugging + +- `adb shell uiautomator events` + - Prints out accessibility events to the console until the connection to the device is terminated + - [URL](https://stuff.mit.edu/afs/sipb/project/android/docs/tools/help/uiautomator/index.html) + - **notice** + - If Appium is started then it terminates the other `uiautomator` processes