美文网首页
测试平台使用

测试平台使用

作者: Ming_a221 | 来源:发表于2018-07-31 16:13 被阅读0次

    一.selenium remote环境搭建

    1)RemoteWebDriver服务端

     npm install selenium-standalone@latest -g
     selenium-standalone install
     selenium-standalone start
     https://github.com/vvo/selenium-standalone 
    
    其他方式:
    server-jar下载
    http://selenium-release.storage.googleapis.com/index.html
    启动server:
      java -jar selenium-server-standalone-3.12.0.jar -port 4444
    
    安装chrome driver
     http://npm.taobao.org/mirrors/chromedriver/
    

    二.appium 环境搭建

    1)appium安装

      npm install -g appium --registry=https://registry.npm.taobao.org
      https://testerhome.com/topics/8375 链接

    相关文章

      网友评论

          本文标题:测试平台使用

          本文链接:https://www.haomeiwen.com/subject/trehvftx.html