Skip to content
admc edited this page Feb 12, 2013 · 2 revisions

Quickly interact with Appium from a CLI.

To use it with global install:

 > sudo npm install -g appium
 > appium shell

To use it from the repo:

 > git clone [email protected]:appium/appium.git
 > cd appium
 > npm install .
 > node ./app/bin.js shell