当前位置:   article > 正文

SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports

sessionnotcreatedexception: message: session not created: this version of ch

SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version

 

运行python脚本时报如下错误:

SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 81

出现该问题的原因是:selenium模拟的客户端对浏览器的操作,但相应浏览器的驱动版本不匹配导致的。

解决办法:

1.找到我们当前使用浏览器的版本:chrome://version/

2.下载对应的浏览器驱动:http://npm.taobao.org/mirrors/chromedriver ,只需要根据操作系统,选择不同的zip下载即可

3.zip解压后将 chromedriver.exe 放在谷歌安装目录下;将chromedriver.exe 放在python安装的目录下script下

 

重新执行脚本就成功了

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/花生_TL007/article/detail/168499
推荐阅读
相关标签
  

闽ICP备14008679号