We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0199159 commit 0abf62fCopy full SHA for 0abf62f
docs/android_uiautomator.md
@@ -0,0 +1,7 @@
1
+# Help debugging
2
+
3
+- `adb shell uiautomator events`
4
+ - Prints out accessibility events to the console until the connection to the device is terminated
5
+ - [URL](https://stuff.mit.edu/afs/sipb/project/android/docs/tools/help/uiautomator/index.html)
6
+ - **notice**
7
+ - If Appium is started then it terminates the other `uiautomator` processes
0 commit comments