Skip to content

Commit 63470a0

Browse files
chenqichenqi
authored andcommitted
Adjust MonkeyRunner doc
1 parent 8928fd3 commit 63470a0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

monkeyrunner/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ https://developer.android.com/studio/test/monkeyrunner
3434

3535
官方提供的另外一个工具,封装 uiautomator API,供 Python 脚本调用,也可注入 java 扩展插件。相比 `uiautomatorviewer``uiautomator` 命令行工具,可编程扩展性更佳。
3636

37-
MonkeyRunner 使用了比较冷门的 Jython 实现。我参照官方文档实现了一个Demo。详见 [uiparser.py](https://github.com/9468305/python-script/blob/master/monkeyrunner/uiparser.py)
37+
MonkeyRunner 使用了比较冷门的 Jython 实现。
3838

3939
### 1. 启动运行入口
4040

@@ -228,3 +228,9 @@ Android SDK 工具集的 `Android Device Monitor` 已废弃。
228228
229229
官方给出的替代品 `Layout Inspector` 功能更强大,界面也更美观,但目前还不成熟,相比 iOS 神器 [Reveal](https://revealapp.com/) , 仍需努力。
230230
https://developer.android.com/studio/debug/layout-inspector
231+
232+
## uiparser
233+
234+
参照 MonkeyRunner 官方文档实现的 Python Demo。
235+
236+
https://github.com/9468305/python-script/blob/master/monkeyrunner/uiparser.py

0 commit comments

Comments
 (0)