【发布时间】:2021-05-05 11:40:05
【问题描述】:
我在 selenium 中使用 chrome webdriver。 我注意到我的 chrome 版本是 88.0.4324.104,但是,我无法找到 chrome 驱动程序的确切版本,因为我只能找到低于版本。
因此,运行脚本时出现以下错误。
selenium.common.exceptions.SessionNotCreatedException: Message: session not created
从断开连接:无法连接到渲染器
我也看了here的帖子,版本应该是一模一样的。
有人可以就此提出建议吗?
【问题讨论】:
标签: python-3.x selenium google-chrome selenium-webdriver selenium-chromedriver