Selenium+Python调Chrome浏览器时报Traceback (most recent call last): File "C:/Users/EDZ/Desktop/selenium_demo/demo001.py", line 12, in

上次使用Selenium+Python还是好几个月前了

今天想再用一下,结果写个打开网站的小demo报错,报错如下:

Selenium+Python调Chrome浏览器时报Traceback (most recent call last): File

 

 检查了一下,查看报错日志,应该是chrome版本和driver版本不一致导致的。

于是要重新下载对应的新的driver版本。

1、查看自己chrome版本如下:

Selenium+Python调Chrome浏览器时报Traceback (most recent call last): File

 

 2、安装webdriver

各大浏览器webdriver地址可参见:https://docs.seleniumhq.org/download/
Firefox:https://github.com/mozilla/geckodriver/releases/
Chrome:https://sites.google.com/a/chromium.org/chromedriver/ 或者

IE:
:webdriver需要和对应的浏览器版本以及selenium版本对应

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zwwzsf.html