上次使用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/ 或者
IE:
注:webdriver需要和对应的浏览器版本以及selenium版本对应