uiautomator2 安装

Posted helloterry1987

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了uiautomator2 安装相关的知识,希望对你有一定的参考价值。

环境准备:

  • mac os(10.13.6)
  • adb
  • python36

 

安装python-uiautomator2

按照网上安装命令如下:

pip install --pre -U uiautomator2

踩坑:

技术图片

解决方法:

  • 升级pip
    • pip install --upgrade pip
  • 再次运行命令安装uiautomator2
    • pip install --user --upgrade --pre uiautomator2

 

 技术图片

 

 

安装uiautomator2同时安装如下:

  • pillow-6.1.0
  • adbutils-0.4.4
  • deprecation-2.0.7
  • humanize-0.5.1
  • logzero-1.5.0
  • packaging-19.1
  • progress-1.5
  • pyparsing-2.4.2
  • retry-0.9.2
  • whichcraft-0.6.0 

 

 windows环境下使用命令pip install --pre -U uiautomator2安装失败

环境准备:

  • windows 7
  • adb
  • python36

踩坑:

技术图片

 

 解决方法:重装pip

下载地址:https://pypi.org/project/pip/#files

技术图片

 

 

 


注意选择tar.gz压缩包,目前最新版本为19.2.3,这里选择的版本是:pip-19.2.3.tar.gz

解压后到该目录打开命令行窗口输入命令:>python setup.py install

检查是否安装成功:pip -V

技术图片

 

 

 接下来再次运行>pip install --pre -U uiautomator2,安装成功如下:

技术图片

 

以上是关于uiautomator2 安装的主要内容,如果未能解决你的问题,请参考以下文章

Mac安装uiautomator2之安装步骤

安装uiautomator2之安装步骤

Android自动化测试探索uiautomator2简介和使用

UIautomator2环境搭建

安装uiautomator2 + python 自动化环境

安装uiautomator2app定位元素工具---weditor