Install Appium on Windows 10
We will need below software and drivers for Appium to run on Windows 10
1. Java JDK
url: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
2. Selenium JAR
download selenium JAR (for my case I have downloaded 3.12 version), you may download any version above 3.1.
Download instruction: http://selenium-release.storage.googleapis.com/index.html
select the version and then download following component
We will need below software and drivers for Appium to run on Windows 10
1. Java JDK
url: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
2. Selenium JAR
download selenium JAR (for my case I have downloaded 3.12 version), you may download any version above 3.1.
Download instruction: http://selenium-release.storage.googleapis.com/index.html
select the version and then download following component
- Selenium-Java.zip
- Selenium-server.zip
- selenium-server-standalone-3.10.0.jar
3. Node.Js
download and install Node.JS
Download Instruction: https://nodejs.org/en/
download LTS (Long term supported) version for your system (OS 32 bit/64bit)
4. Android SDK
download android SDK package
Download instruction: https://developer.android.com/studio/
scroll down and after Android Studio download section, find the title "Command line tools only", in this section download windows package (it is in Zip format)
5. Appium Dektop
Download Instruction: http://appium.io/downloads.html scroll to bottom and find the Link Appium-Desktop for OSX, Windows and Linux
click on this link and from the next page select download version "appium-desktop-setup-1.6.3.exe"
There are few more types of download option displayed, but we need to download simple version so download only setp.exe file.
6. Appium Java Client
Download Instruction: http://appium.io/downloads.html
a. select "Java" in the Appium Client Libraries section.
b. url gets displayed:
https://search.maven.org/#search%7Cgav%7C1%7Cg%3A"io.appium"%20AND%20a%3A"java-client"
c. type "appium java client" and select download JAR option. Appium client JAR will get downloaded.
7. Eclipse
I am assuming you have eclipse in your machine, but in-case if "eclipse" is not in your machine then follow the steps - (I am using Neon hence suggesting you to download Neon, this is stable version. )
Download instruction: https://www.eclipse.org/neon/
a. click on download Neon
b. eclipse will be downloaded in .zip format
c. extract the eclipse to any drive say C:/ drive




Post a Comment