Download / Install Appium ( Windows )

Appium

Appium is very familiar name now a days who are working in the automation Testing. It is an open source test automation tool mainly used to automate mobile applications.

Appium can installed by two ways
a) With npm
b) With Appium Desktop installer.

npm – It is free to use world’s largest software registry. To install npm – installation of Node.js is necessary.

To install Node.js refer the tutorial blog : Install Node.Js

Way 1 : Install Appium with npm:

  1. Check whether node.js is installed on your system.
    Launch the command line prompt or power shell.

    Enter the commands :
    a) node – -version
    b) npm – -version
    Following screen should appear.
Windows Command Line
Windows Command Line

2. Once the node.js and npm are verified on your system, enter the following command for latest.
npm install -g appium

Note : -g stands for global.

To install the specific appium version use the command with appium version with it.
npm install -g [email protected]

Note : Get appium version updates – https://github.com/appium/appium/releases

Npm Appium Installation
Npm Appium Installation

Appium Installed
Appium Installed

3 . Once installation is completed – run these following commands and verify the installation.

appium – – version
It will display the exact version of appium.

where appium
It will display the appium installation location.

Appium Version Path Verification
Appium Version Path Verification

To uninstall Appium refer the tutorial blog : Uninstall Appium

4 . Start appium
Simple write the command in the command prompt or power shell .
appium

Appium
Appium

Way 2 : Install with Appium Desktop installer

  1. To install with appium desktop installer – browse the following url
    https://github.com/appium/appium-desktop/tags

  2. Click on Releases or Tags and check the updated or required versions.
    In this case we select v1.17.1
Appium Desktop Installer
Appium Desktop Installer

3. Select the option : Appium-windows-1.17.1.exe and download it
File size can vary from 111 MB to 120 MB.

Appium Installer Version
Appium Installer Version

4. Click on the setup and run the installer.
Select the option for which users appium software should be available.

Appium Setup
Appium Setup

5 . Appium will start to install – Let the installer do its work.

Setup Installation
Setup Installation

6. Click on the button finish and Appium will get launch.

Installation Completed
Installation Completed

7 . Click the button – Start Server v1.17.1
Note : To change the port number click on the Advanced tab and change the port number.

Appium Start Server
Appium Start Server

8 . Appium server will start running.
To pause the server click on the pause button.

Appium Service Logs
Appium Service Logs

Hope this information was helpful to you.
Feel free to comment if you face any issues or have any doubts.

Leave Your Reply

Your email address will not be published. Required fields are marked *