Appium-Cookbook
  • Appium
  • Set-up
    • Installation
    • java-client
  • Recipes
    • Actions
    • Keyboard Events
    • Swipe Actions
    • DragNDrop
    • Orientation
    • Assertions
Powered by GitBook
On this page

Was this helpful?

  1. Set-up

Installation

PreviousAppiumNextjava-client

Last updated 4 years ago

Was this helpful?

Installation:

Mac:

Open terminal and execute below commands

$ brew install node  // to get node.js
$ npm install -g appium // to get appium
$ npm install wd // get appium client 
$ appium   // to start appium 

Windows:

Install node from Open cmmd prompt and execute below commands

 
$ npm install -g appium // to get appium
$ npm install wd // get appium client 
$ appium  // to start appium 

Prerequisite to use APPIUM

  1. Install ANDROID SDK (Studio)[]-

  2. Install JDK (Java Development Kit) []

  3. Install Eclipse []

  4. Install TestNg for Eclipse []

  5. Install Selenium Server JAR []

  6. Appium Client Library[]

  7. APK App Info on Google Play []

  8. js (Not Required - Whenever Appium server is installed, it by default comes with "Node.exe" & NPM. It's included in Current version of Appium.)

  9. Install Appium Desktop

Reference: Guru99

https://nodejs.org/en/
Link
Link
Link
Link
Link
Link
Link
https://www.guru99.com/introduction-to-appium.html