android ui自动化实现记录

1.安装python包

pip install Appium-Python-Client

2.下载appium中文版并启动服务

3.cmd->adb shell->执行以下命令获取包名和activity名

dumpsys window windows | grep -E ‘mCurrentFocus’

4.启动测试

posted @ 2021-09-15 09:09  等一念  阅读(42)  评论(0)    收藏  举报