Skip to content

Commit 0abf62f

Browse files
authored
add doc for uiautomator (#508)
1 parent 0199159 commit 0abf62f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/android_uiautomator.md

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)