一、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