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环境变量中

安装好后

相关推荐
祉猷并茂,雯华若锦5 小时前
Appium 3.x安卓按键与通知栏操作全指南
android·appium
祉猷并茂,雯华若锦2 天前
Appium 3.x实战:获取元素属性全解析
python·appium·自动化
祉猷并茂,雯华若锦2 天前
Appium 3.x安卓APP企业级安装实战
android·appium
祉猷并茂,雯华若锦4 天前
Appium 3.x 实战:元素定位与常见错误解析
开发语言·python·appium
进击的雷神14 天前
埋点skill使用与自动化
appium·自动化·埋点·codex·app自动化
测试开发-学习笔记1 个月前
安装appium
appium
one day3211 个月前
手机安装Appium Settings后闪退-最简单解决方式
appium
川石课堂软件测试1 个月前
UI自动化测试|CSS元素定位实践
css·测试工具·ui·fiddler·单元测试·appium·harmonyos
Hi~晴天大圣2 个月前
Appium环境搭建
appium