当前位置:   article > 正文

windows平台安装uiautomator2环境和weditor定位工具_uiautomator 安装

uiautomator 安装

windows平台安装uiautomator2环境和weditor定位工具

uiautomator2的安装直接看github就行,
链接:https://github.com/openatx/uiautomator2

QUICK START

先准备一台(不要两台)开启了开发者选项的安卓手机,连接上电脑,确保执行adb devices可以看到连接上的设备。

运行pip3 install -U uiautomator2   安装uiautomator2;
  • 1

————or————

# 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
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6

测试是否安装成功:

uiautomator2 --help
  • 1

连接手机(设备)之后执行:来初始化手机上的设备环境:

python -m uiautomator2 init
  • 1

——————————————————————————

weditor的安装:

git clone https://github.com/openatx/weditor
  • 1

继续执行:

pip3 install -e weditor
  • 1

然后确认是否安装成功了:

weditor --help 
  • 1

启动weditor

python -m weditor
  • 1

————ok,安装好了。有需要再补充。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/709067
推荐阅读
相关标签
  

闽ICP备14008679号