">

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 _第1张图片" width="650" height="639" style="border:1px solid black;">

 

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

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

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

Selenium+Python调Chrome浏览器时报Traceback (most recent call last): File _第2张图片" width="540" height="209" style="border:1px solid black;">

 

 2、安装webdriver

各大浏览器webdriver地址可参见: https://docs.seleniumhq.org/download/
Firefox: https://github.com/mozilla/geckodriver/releases/
Chrome: https://sites.google.com/a/chromium.org/chromedriver/ 或者
http://chromedriver.storage.googleapis.com/index.html
IE: http://selenium-release.storage.googleapis.com/index.html
:webdriver需要和对应的浏览器版本以及selenium版本对应
 
3、找到和我chrome版本相对应的driver版本并下载。
Selenium+Python调Chrome浏览器时报Traceback (most recent call last): File _第3张图片" width="331" height="216" style="border:1px solid black;">

 

 Selenium+Python调Chrome浏览器时报Traceback (most recent call last): File _第4张图片" width="650" height="226" style="border:1px solid black;">

 

 4、webdriver安装路径
Win:复制webdriver到Python安装目录下
Mac:复制webdriver到/usr/local/bin目录下

5、复制完成后重启pycharm

重新执行刚才的脚本,可以正常调起浏览器。

Selenium+Python调Chrome浏览器时报Traceback (most recent call last): File _第5张图片" width="650" height="362" style="border:1px solid black;">

 

 

Selenium+Python调Chrome浏览器时报Traceback (most recent call last): File _第6张图片" width="650" height="473" style="border:1px solid black;">

 

 

6、备注:

再日常用的时候可以关闭chrome的自动更新。

 

端午节安康!

一起加油吧!

 
 



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