Appium Desktop - (GUI)
- Go to https://appium.io/downloads.html
- Check for the link for Appium Desktop app as shown below.
- Download appropriate file for your OS and install it.
- After Installation, open Appium app.
- Before starting the server, Click Edit Configurations.
- Install Java and provide JAVA_HOME variable.
- Follow this article to setup Android Home
- Save and Start the server.
Appium Node Server - (Command Line)
- Download and install nodejs.
- After nodejs installation, open a terminal/command prompt and run below command to install appium command line version.
npm install -g appium
- To start appium server, open a terminal and run below command
appium
- This starts the appium server on its default port 4723. If we wanted to change the port, say 4700, start the appium server with below command
appium -p 4700
Comments
0 comments
Please sign in to leave a comment.