adds code


Step-by-step guide on how to setup Appium Components on Windows Download JDK - https://www.oracle.com/uk/java/technologies/downloads/#java21 Download Node.js - https://nodejs.org/en/download 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
Previous Post Next Post