Installation
Installation:
Mac:
$ 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:
$ npm install -g appium // to get appium
$ npm install wd // get appium client
$ appium // to start appium Prerequisite to use APPIUM
Last updated