其他分享
首页 > 其他分享> > ATX3-环境准备

ATX3-环境准备

作者:互联网

安装

1.Install uiautomator2

# Since uiautomator2 is still under development, you have to add --pre to install the development version
pip install --upgrade --pre uiautomator2

# Or you can install directly from github source
git clone https://github.com/openatx/uiautomator2
pip install -e uiautomator2
测试是否安装成功 uiautomator2 --help

2.Install weditor (UI Inspector)

 安装方法:

pip install -U weditor
weditor --help 确认是否安装成功

   

 

 

  给weditor创建一个快捷方式

 

3.将守护程序安装到设备





标签:ATX3,--,环境,weditor,install,准备,pip,uiautomator2,安装
来源: https://www.cnblogs.com/Leozwh/p/15410928.html