Answers for "how to install appium"

0

how to install appium

> brew install node      # get node.js
> npm install -g appium  # get appium
> npm install wd         # get appium client
> appium &               # start appium
> node your-appium-test.js
Posted by: Guest on April-28-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language