admin管理员组

文章数量:1632335

1、安装appium-desktop.exe
设置默认端口:127.0.0.1:4723

2、安装node.js
检查是否安装成功:node -v 或 npm
3、安装cnpm(使用淘宝镜像)
npm install -g cnpm --registry-https://registry.npm.taobao
4、安装appium
cnpm install -g appium
5、安装appium-python-client
pip3 install Appium-Python-Client
报错:error:invalid command ‘egg_info’
解决:升级setuptools, 再安装即可。

 pip install --upgrade setuptools

以上安装不成功

接下来直接使用appium官网的exe安装程序

在Appium官方网站上下载操作系统相应的Appium版本。

https://bitbucket/appium/appium.app/downloads/

双击“appium-installer.exe”进行安装。根据提示,一步一步进行安装,前提:“ framework 4.0”已安装
appium-doctor检测appium环境:

1.一定要单独配置android_home
(我之前是直接将D:\SDK\platform-tools;D:\SDK\tools;加到path里面会导致

本文标签: AppiumWindows