File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff 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/) , 仍需努力。
230230https://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
You can’t perform that action at this time.
0 commit comments