Appium安装及配置(Windows环境)

在做app相关自动化测试,需要使用appium来做中转操作,下面来介绍一下appium的环境安装配置

appium官方文档: 欢迎 - Appium Documentation

一、下载appium

下载地址: https://github.com/appium/appium-desktop/releases?page=3

通过翻页查找指定版本进行下载

网盘获取:

链接:https://pan.baidu.com/s/1y1QaWGmJE0_yuJPcdll0Ow?pwd=gl3h

提取码:gl3h

二、安装appium

双击exe可执行程序,进行安装

点击 安装

一直下一步,点击成功

切换中文显示

点击编辑配置(Edit Configurations),出现默认配置,说明环境配置成功

三、**安装依赖包(**appium - python -- client)

appium - python -- client 目的是需要将 Python 与 appium 关联起来,首先需要安装 Python3.x ,进行环 境配置。配置的默认环境是本地的Python 环境,如果后期使用 pycharm 的虚拟环境,则需要在虚拟环境中再次安装。
在需要的环境下,输入命令:

pip install Appium-Python-Client

如果提示以下错误
则通过更换国内安装源和设置超时时间可以解决。在 pip install XXX 命令的后面加上:
--default-timeout=100 -i https://pypi.tuna.tsinghua.edu.cn/simple 即可。有时候只需更换国内安装源 便可解决问题。如下图所示

至此, appium 环境搭建成功!!

相关推荐
学知识拯救世界1 天前
appium启动 install driver安装驱动
appium
小码哥说测试3 天前
测试分层:减少对全链路回归依赖的探索!
自动化测试·软件测试·人工智能·测试工具·appium·pytest·postman
帅得不敢出门5 天前
Python+Appium+Pytest+Allure自动化测试框架-安装篇
python·appium·自动化·pytest·测试·allure
软件2055 天前
【Arch Linux 上安装 Appium 】
linux·运维·appium
软件2055 天前
【appium 安卓10 QQ发送消息】
android·appium
帅得不敢出门7 天前
Python+Appium+Pytest+Allure自动化测试框架-代码篇
python·appium·自动化·pytest·测试·allure
谷隐凡二9 天前
appium自动化对已打开的app操作
appium·自动化
糖果店的幽灵9 天前
基于java的移动端自动化测试 - appium-client api -DesiredCapabilities属性有哪些?
java·开发语言·appium
惜.己10 天前
Appium中的api(一)
前端·python·测试工具·pycharm·appium·自动化·1024程序员节
测试199811 天前
如何进行Appium实现移动端UI自动化测试
自动化测试·软件测试·python·测试工具·职场和发展·appium·1024程序员节