上次使用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的自动更新。
端午节安康!
一起加油吧!