赞
踩
在使用selenium和undetected_chromedriver时,经常会出现问题,可以参考我的上一篇文章:
报错The chromedriver version cannot be discovered以及下载chromedriver.exe和查看其版本的命令-CSDN博客
主要问题就是undetected_chromedriver和chrome浏览器的适配问题,下面这篇文章说的一针见血,就是undetected_chromedriver不会自动适配chrome浏览器,导致今天能用,可能明天就报错了。
我今天的报错信息是:
- This version of ChromeDriver only supports Chrome version 120 Current browser version is 124.0.6099.227
-
- urllib.error.HTTPError: HTTP Error 404: Not Found
首先我升级了selenium和uc(只升级未能解决问题 ):
- pip38 install --upgrade selenium
- pip38 install --upgrade undetected_chromedriver
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。