官方文档 GitHub - openatx/uiautomator2: Android Uiautomator2 Python Wrapper
参考文档2 uiautomator2详细使用方法
参考文档3 uiautomator2 库中文手册_uiautomator2 watcher_我才是猫爸爸的博客-CSDN博客
一、简介
uiautumator2是uiautumator的升级版;uiautumator是Google开发的一款用来做安卓自动化测试的java库,uiautomator2是将uiautomator中的接口封装成了python库。
原理是在手机上运行了一个http rpc服务,将uiautomator中的功能开放出来,然后再将这些http接口封装成Python库
- python端:运行脚本,往移动端发送HTTP请求
- 移动端:安装atx-agent,然后atx-agent启动uiautomator2服务进行监听,并识别python脚本,转换为uiautomator2的代码。
- 移动设备通过WIFI(同一网段)或USB接收到