当前位置:   article > 正文

使用selenium和undetected_chromedriver报错urllib.error.HTTPError: HTTP Error 404: Not Found的一劳永逸解决办法_his version of chromedriver only supports chrome v

his version of chromedriver only supports chrome version 120 current browser

在使用selenium和undetected_chromedriver时,经常会出现问题,可以参考我的上一篇文章:

报错The chromedriver version cannot be discovered以及下载chromedriver.exe和查看其版本的命令-CSDN博客

主要问题就是undetected_chromedriver和chrome浏览器的适配问题,下面这篇文章说的一针见血,就是undetected_chromedriver不会自动适配chrome浏览器,导致今天能用,可能明天就报错了。

我今天的报错信息是:

  1. This version of ChromeDriver only supports Chrome version 120 Current browser version is 124.0.6099.227
  2. urllib.error.HTTPError: HTTP Error 404: Not Found

首先我升级了selenium和uc(只升级未能解决问题 ):

  1. pip38 install --upgrade selenium
  2. pip38 install --upgrade undetected_chromedriver

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

闽ICP备14008679号