安装,还是根据官网的教程来

> 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

http://appium.io/

win下没有b'r

WIN10下的Appium

安装完node就可以使用npm

打开终端

WIN10下的Appium

安装appium 

        npm install -g appium

安装wd

        npm install wd

启动appium

出现下图就表示appium已经正常启动

WIN10下的Appium





相关文章:

  • 2022-12-23
  • 2021-07-30
  • 2022-01-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-15
猜你喜欢
  • 2021-09-13
  • 2021-08-26
  • 2022-02-01
  • 2021-08-19
  • 2021-12-24
  • 2021-04-17
  • 2021-08-27
相关资源
相似解决方案