Below software and drivers are required to run the Appium
1. Java JDK
https://www.oracle.com/technetwork/java/javase/downloads/jdk10-downloads-4416644.html
2. Android SDK Tool
> We will use Android SDK command line tool
https://dl.google.com/android/repository/sdk-tools-windows-4333796.zip
3. Node Js
https://nodejs.org/en ( Download LTS Version )
4. Selenium Jar
http://selenium-release.storage.googleapis.com/index.html?path=3.12/
selenium-java-3.12.0.zip
- http://selenium-release.storage.googleapis.com/3.12/selenium-java-3.12.0.zip
selenium-server-3.12.0.zip
- http://selenium-release.storage.googleapis.com/3.12/selenium-server-3.12.0.zip
selenium-server-standalone-3.12.0.jar
- http://selenium-release.storage.googleapis.com/3.12/selenium-server-standalone-3.12.0.jar
Note: Download one version older than Current version for Stablity)
> In this Learning I am using Selenium Jar 3.12
5. Appium Java Client
https://search.maven.org/remotecontent?filepath=io/appium/java-client/6.1.0/java-client-6.1.0.jar
6. Appium Desktop Application
https://github.com/appium/appium-desktop/releases/download/v1.6.2/appium-desktop-setup-1.6.2.exe
1
1. Java JDK
https://www.oracle.com/technetwork/java/javase/downloads/jdk10-downloads-4416644.html
2. Android SDK Tool
> We will use Android SDK command line tool
https://dl.google.com/android/repository/sdk-tools-windows-4333796.zip
3. Node Js
https://nodejs.org/en ( Download LTS Version )
4. Selenium Jar
http://selenium-release.storage.googleapis.com/index.html?path=3.12/
selenium-java-3.12.0.zip
- http://selenium-release.storage.googleapis.com/3.12/selenium-java-3.12.0.zip
selenium-server-3.12.0.zip
- http://selenium-release.storage.googleapis.com/3.12/selenium-server-3.12.0.zip
selenium-server-standalone-3.12.0.jar
- http://selenium-release.storage.googleapis.com/3.12/selenium-server-standalone-3.12.0.jar
Note: Download one version older than Current version for Stablity)
> In this Learning I am using Selenium Jar 3.12
5. Appium Java Client
https://search.maven.org/remotecontent?filepath=io/appium/java-client/6.1.0/java-client-6.1.0.jar
6. Appium Desktop Application
https://github.com/appium/appium-desktop/releases/download/v1.6.2/appium-desktop-setup-1.6.2.exe
1
Post a Comment