UIAutomator是google提供的安卓UI自动的java库,而UIAutomator2就是在UIAutomator基础上开发的python库。它可以获取app上任意的空间并对其进行操作,可以对页面进行拖拉等。相较于Appium,UIAutomator2的环境搭建更为简便。Github仓库
安装adb
下载安装adb工具 ,配置好环境
安装python的uiautomator2库
pip install -U uiautomator2
安装atx-agent
python -m uiautomator2 init
安装 weditor
pip install -U weditor
测试
命令行执行 weditor 会自动打开浏览器,输入设备的IP 或者 序列号( 序列号可以通过 adb devices 命令查看得到),然后点击 Connect
评论区