chromedriver,IEdriver,firefox-geckodriver对应浏览器版本及问题解决
Posted 凉生〃
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了chromedriver,IEdriver,firefox-geckodriver对应浏览器版本及问题解决相关的知识,希望对你有一定的参考价值。
一、chrome IE
selenium之 chromedriver与chrome版本映射表(更新至v2.40)
https://blog.csdn.net/huilan_same/article/details/51896672
chromdriver ,IEdirver 下载
http://blog.csdn.net/huilan_same/article/details/52615123
二、firefox
firefox的drive geckodriver 下载
https://github.com/mozilla/geckodriver/releases
geckodrvier报错:
‘geckodriver‘ executable needs to be in PATH.
WebDriverException: Message: Unable to find a matching set of capabilities
解决方法见:
http://www.bubuko.com/infodetail-2156759.html
http://www.jianshu.com/p/3ce95cbc65be
http://blog.csdn.net/liu5257/article/details/53437878
firefox和driver对应
eckodriver 15.0的版本要求selenium 版为3.3以上,对应firefox版本要求为48.0及以上
查看对应的版本方法:
https://www.cnblogs.com/tester808/p/6674588.html
原文链接:https://blog.csdn.net/jpmsdn/article/details/81076080
以上是关于chromedriver,IEdriver,firefox-geckodriver对应浏览器版本及问题解决的主要内容,如果未能解决你的问题,请参考以下文章
selenium2调用iedriver打开ie为啥点页面超链接没有反应呢
如何使用带有 IEDriver 的 webdriver 处理 javascript 警报
如何杀死在后台运行的 IEDriver exe 进程(Selenium webdriver)?
ieDriver启动IE浏览器显示This is the initial start page for the WebDriver server的解决办法