怎么禁止Chrome自动更新、如何取消或关闭升级
在自动化过程中,昨天还能正常运行的代码,第二天就一直出现报错信息:
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 93
Current browser version is 95.0.4638.54 with binary path C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
出现此问题的原因是Chrome浏览器自动升级了,为了避免后续再出现这样的问题,可把Chrome浏览器自动升级关闭。
关闭Chrome浏览器自动升级的步骤如下:
1. 打开运行,可通过WIN+R按钮打开
2. 在输入框中输入services.msc,点击回车。
3. 在服务页面,往下滑动页面,找到“Google Update Service(gupdate)”即“Google更新服务(gupdate)”,双击打开。
4. 在弹出页面,启动类型选择disable,再点击OK,重启电脑后,谷歌浏览器Chrome就禁止自动升级了。