ATX3-环境准备

2021/12/8 6:16:51

本文主要是介绍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-环境准备的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程