Skip to content

Commit

Permalink
add doc for uiautomator (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Mar 15, 2017
1 parent 0199159 commit 0abf62f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/android_uiautomator.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0abf62f

Please sign in to comment.