zoukankan      html  css  js  c++  java
  • Robot Framework浏览器驱动下载

    Robot Framework浏览器驱动下载
    运行robot framework 有时打不开浏览器,可能用到的驱动不对,以下是各浏览器驱动下载,仅供参考!~
    各浏览器下载地址:
    Firefox浏览器驱动:geckodriver    https://github.com/mozilla/geckodriver/releases
    Chrome浏览器驱动:chromedriver , taobao备用地址         https://sites.google.com/a/chromium.org/chromedriver/home   /    https://npm.taobao.org/mirrors/chromedriver
    IE浏览器驱动:IEDriverServer            http://selenium-release.storage.googleapis.com/index.html
    Edge浏览器驱动:MicrosoftWebDriver        https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/
    Opera浏览器驱动:operadriver                https://github.com/operasoftware/operachromiumdriver/releases
    PhantomJS浏览器驱动:phantomjs            http://phantomjs.org/
     
    备注:
    • 要想通过不同的浏览打开 URL 地址,一定要安装浏览器相对应的驱动。
    • 如果不设置浏览器,默认打开 Firefox.

    本文转自 <https://www.cnblogs.com/suhongzhen/p/8004370.html>

  • 相关阅读:
    大二下第十三周学习笔记
    对C++多态的一次小分析
    vs2015中用汇编(转)
    挖个坑
    ListCtrl
    获得进程完整路径的第二种方法
    The Meeting Place Cannot Be Changed(二分+eps精度)
    CodeForces 494A
    Anya and Ghosts CodeForces
    寒假给自己立个flag
  • 原文地址:https://www.cnblogs.com/yinrw/p/9449212.html
Copyright © 2011-2022 走看看