How to set set up appium in mac??
- install brew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- with brew install npm
brew install node # get node.js
- with npm install appium (terminal version)
npm install -g appium # get appium
npm install wd # get appium client
appium & # start appium
for Appium GUI version - just download dmg file and install as usual.
1 Like
plz explain in detail as i am new to appium
there is no any appium specific i said. all mac specific. added command in terminal for mac.
/ /usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”
-bash: curl: command not found
-bash: sed: command not found
this i got in mac terminal
you can check your problems with brew here: https://github.com/Homebrew/brew/blob/master/docs/FAQ.md