一、Appium环境安装

找了一圈操作手机的工具或软件,踩了好多坑,最后决定用这个工具(影刀RPA手机用的也是这个),目前最新的版本是v2.17.1,是基于nodejs环境的,有两种方式,我只试了第一种方式,第二种方式应该是比较简单的我没试过。

安装方式一

nodejs https://nodejs.org/zh-cn 先下载安装nodejs环境

appium 官网 http://appium.io/docs/zh/latest/

npm安装 appium

复制代码
npm i -g appium

npm 安装 UiAutomator2 驱动

复制代码
npm i appium-uiautomator2-driver

安装好之后在dos命令中启动

安装方式二

直接使用appium desktop https://github.com/appium/appium-desktop/releases 下载之后只要安装就会把nodejs appium 安装运行环境安装好了,并且可以使用客户端直接启动服务,我没有安装这个,所以就找个网上的图吧。

相关推荐
川石课堂软件测试4 天前
软件测试|常见面试题整理
数据库·python·jmeter·mysql·appium·postman·prometheus
qq_452396237 天前
第十八篇:《移动端UI自动化:Appium入门实战》
ui·appium·自动化
x-cmd10 天前
agent-browser 源码分析(四):Chrome 进程管理与多 Backend
chrome·appium·进程管理·webdriver·agent-browser
阿祖_in_coding16 天前
混合App(Hybrid App)自动化测试理解
appium
returnthem23 天前
安装Appium
appium
seabirdssss1 个月前
Appium 在小米平板上的安装受限与闪退排查
android·appium·电脑
小陈的进阶之路1 个月前
Selenium 滑动 vs Appium 滑动
python·selenium·测试工具·appium
小陈的进阶之路1 个月前
Appium 自动化测试笔记
笔记·appium
linglan4281 个月前
APPium环境配置
appium·自动化
lifewange1 个月前
Appium是什么
appium·压力测试