mac appium 安装

官网:http://appium.io/

> 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


中间遇到的坑:

node的版本不对,已经在终端卸载,但是node -v时还是提示有版本号。最终使用链接https://segmentfault.com/a/1190000007445643 一步一步操作,终于将node卸载了.


重新安装node时,又提示xcode的版本不对 brew install node

猜你喜欢

转载自blog.csdn.net/maqiang_720/article/details/79450821