运行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.