【发布时间】:2020-09-01 05:09:33
【问题描述】:
我面临以下问题:
SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 74
(Driver info: chromedriver=74.0.3729.6 (255758eccf3d244491b8a1317aa76e1ce10d57e9-refs/branch-heads/3729@{#29}),platform=Windows NT 6.1.7601 SP1 x86_64)
我的PIP列表如下:
robotframework 3.2.1
robotframework-seleniumlibrary 3.3.1
selenium 3.141.0
我使用的是 Windows 7 64 位
【问题讨论】:
-
Chrome 使用的是什么版本?错误信息提示您的 chromedriver 版本与 Chrome 不匹配。
-
错误似乎很明显:chrome 和 chrome 驱动程序版本不匹配。
-
我的 chrome 版本是 81.0 64 位
-
你的 chromedriver 支持 Chrome v74 - 升级它(或降级你的浏览器????)
-
升级您的网络驱动程序,将解决您的问题。我也有同样的问题,一旦升级 chrome web 驱动程序就解决了。
标签: robotframework