# 在使用webdriver-manager高频次运行爬虫程序的时候,经常报如下错误
HTTPSConnectionPool(host='chromedriver.storage.googleapis.com', port=443): Max retries exceeded with url: /LATEST_RELEASE_96.0.4664 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x051BD478>: Failed to establish a new connection: [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。'))
# 解决方案
进入Chrome.py
再进入manager.py
进入上面的方法,在get_latest_release_version()里加上下面的两行