Answers for "setting up appium locally"

0

setting up appium locally

> 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 June-09-2021

Browse Popular Code Answers by Language