Selenium+Python调Chrome浏览器时报Traceback (most recent call last): File "C:/Users/EDZ/Desktop/sele
Posted 静默了.TestWorld
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Selenium+Python调Chrome浏览器时报Traceback (most recent call last): File "C:/Users/EDZ/Desktop/sele相关的知识,希望对你有一定的参考价值。
上次使用Selenium+Python还是好几个月前了
今天想再用一下,结果写个打开网站的小demo报错,报错如下:
检查了一下,查看报错日志,应该是chrome版本和driver版本不一致导致的。
于是要重新下载对应的新的driver版本。
1、查看自己chrome版本如下:
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版本对应
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版本并下载。
4、webdriver安装路径
Win:复制webdriver到Python安装目录下
Mac:复制webdriver到/usr/local/bin目录下
5、复制完成后重启pycharm
重新执行刚才的脚本,可以正常调起浏览器。
6、备注:
再日常用的时候可以关闭chrome的自动更新。
端午节安康!
一起加油吧!
以上是关于Selenium+Python调Chrome浏览器时报Traceback (most recent call last): File "C:/Users/EDZ/Desktop/sele的主要内容,如果未能解决你的问题,请参考以下文章
Python爬虫教程-28-Selenium 操纵 Chrome