python自动化测试之appium环境安装
Posted 就是10
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python自动化测试之appium环境安装相关的知识,希望对你有一定的参考价值。
1.安装client
pip install Appium-Python-Clinet 若有两个版本的python则使用(python3 pip install Appium-Python-Clinet)
pip install selenium -U
2.安装Appium server
https://github.com/appium/appium-desktop/releases/latest
3.安装Android Sdk
https://developer.android.google.cn/studio/archive.html
选择Android Studio 2.3.3 版本,里面绑定有SDK,然后将SDK路径添加到 ANDROID_HOME环境变量中,以及将adb(在sdkplatformt-tools目录下面)添加到PATH环境变量中。
4.安装JDK
https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
以上是关于python自动化测试之appium环境安装的主要内容,如果未能解决你的问题,请参考以下文章
自动化测试 Appium之Python运行环境搭建 Part2
Mac&Appium&Python自动化测试-环境搭建之安卓SDK
自动化测试 Appium之Python运行环境搭建 Part2