Appium mac os 搭建 appium,appium-chromedriver 的问题解决

026 · December 27, 2017 · 1918 hits

下午又搭建了一下 appium,遇到了 appium-chromedriver 的问题

然后解决了,说一下步骤

  • 安装 node
    brew install node

  • 安装 cnpm
    npm install -g cnpm --registry=https://registry.npm.taobao.org

  • 安装 appium
    cnpm install -g appium

  • 安装 appium-doctor
    npm install appium-doctor -g

  • 启动 appium

    说明 appium 已经正常启动

  • 执行 appium-doctor ,提示没有找到 Carthage

然后根据提示到 https://github.com/Carthage/Carthage#installing-carthage 中找到 carthage 安装方法
brew install carthage

  • 再次执行 appium-doctor

如果觉得我的文章对您有用,请随意打赏。您的支持将鼓励我继续创作!
No Reply at the moment.
需要 Sign In 后方可回复, 如果你还没有账号请点击这里 Sign Up