解决python3+selenium+chromedriver运行时chrome浏览器闪退问题

解决方法

(chromedriver版本跟chrome版本不一致导致,编译器报错也会提醒是版本不一致问题)
找到 C:\Program Files\Google\Chrome\Application 即 chromedriver.exe 所在的目录,去 https://chromedriver.chromium.org/downloads 下载与chrome浏览器版本相近的chromedriver来替换原来的
解决python3+selenium+chromedriver运行时chrome浏览器闪退问题_第1张图片

注意:

chromedriver.exe的目录不唯一,得看你原来放在哪里,并且确保chromedriver.exe所在的目录有加入系统的环境变量

你可能感兴趣的:(pycharm与python,selenium,chrome,python)