selenium 执行brower = webdriver.Firefox()时报错解决方案
很详细:https://github.com/mozilla/geckodriver/releases
selenium 执行brower = webdriver.Chrome()时报错解决方案
已经下载了chromedriver,但版本与chrome的版本不一致导致运行脚本时浏览器闪退,需要下载对应的chromedriver
国内不能直接访问Chrome官网,Chromedriver仓库中下载,下载地址:http://chromedriver.storage.googleapis.com/index.html
原文:https://www.cnblogs.com/songbingxi/p/12058822.html