Skip to content

Instantly share code, notes, and snippets.

@mitchwongho
Last active April 16, 2018 09:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mitchwongho/6888ac83b51f954cf6be9ba009afe24e to your computer and use it in GitHub Desktop.
Save mitchwongho/6888ac83b51f954cf6be9ba009afe24e to your computer and use it in GitHub Desktop.
Getting Up and Running with Appium
$ brew install node      # get node.js
$ npm install -g appium  # get appium server
$ npm install webdriverio     # get the appium WebDriver client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment