Appium Tutorial - Part 3 | Mobile Automation | Setup Appium on Windows | NodeJS | Appium Driver |

preview_player
Показать описание
Step-by-step guide on how to setup Appium Components on Windows

Setup JAVA_HOME Environment Variable to JDK Installation directory:
JAVA_HOME = C:\Program Files\Java\jdk-21

Install Appium using the npm command:
npm i -g appium

Run Appium from command-line:
appium

Install Appium Driver for Android called UIAutomator2 driver:
appium driver install uiautomator2

-----------------------------------------------------------------------------------------------------------------------------------------------
Online Training Courses:

Interview Pack:

1:1 Technical Support:

Follow us on Instagram for Career Advice & Job Search:

Join our WhatsApp Group:

Follow us on LinkedIn:

Talk to us directly:

-----------------------------------------------------------------------------------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

C:\Users\Aashi>npm i -g appium



how to resolve this
node version is v22.1.0
npm version is v10.7.0

FusionWithAashi