win11安装appium

node安装

node下载网址: Download | Node.js

安装后对node安装包路径进行配置

vbnet 复制代码
npm config set prefix "E:\nodejs\node_global" //设置全局包目录
npm config set cache "E:\nodejs\node_cache" //设置缓存目录

npm config list //查看npm配置


npm install -g appium  //安装appium
npm install @appium/doctor --location=global --force //安装appium-doctor

android sdk安装

https://www.androiddevtools.cn/

下载安装,需要先按照java

gstream安装 gstream下载地址

并将gstream的bin目录添加到PATH环境变量中

apkanalyzer.bat可以使用IDEAndroid Studio来进行安装

bundletool.jar安装

下载地址: GitHub - google/bundletool: Bundletool is a command-line tool to manipulate Android App Bundles

下载后命名为bundletool.jar并将路径添加到PATH环境变量中 以及JAR添加到PATHEXT环境变量中

安装好后

相关推荐
returnthem6 天前
安装Appium
appium
seabirdssss11 天前
Appium 在小米平板上的安装受限与闪退排查
android·appium·电脑
小陈的进阶之路15 天前
Selenium 滑动 vs Appium 滑动
python·selenium·测试工具·appium
小陈的进阶之路15 天前
Appium 自动化测试笔记
笔记·appium
linglan42817 天前
APPium环境配置
appium·自动化
lifewange22 天前
Appium是什么
appium·压力测试
柚子+1 个月前
Appium+python+雷电模拟器自动化测试入门
数据库·python·appium
@Aurora.1 个月前
【GUI自动化测试】--基于QQ音乐项目的GUI自动化测试
appium
楚轩努力变强3 个月前
iOS 自动化环境配置指南 (Appium + WebDriverAgent)
javascript·学习·macos·ios·appium·自动化