Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/image-processing/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 3.x Chrome驱动程序错误消息:会话不是从断开的连接创建的:无法连接到渲染器_Python 3.x_Selenium_Google Chrome_Selenium Webdriver_Selenium Chromedriver - Fatal编程技术网

Python 3.x Chrome驱动程序错误消息:会话不是从断开的连接创建的:无法连接到渲染器

Python 3.x Chrome驱动程序错误消息:会话不是从断开的连接创建的:无法连接到渲染器,python-3.x,selenium,google-chrome,selenium-webdriver,selenium-chromedriver,Python 3.x,Selenium,Google Chrome,Selenium Webdriver,Selenium Chromedriver,我在selenium中使用chrome webdriver。 我注意到我的chrome版本是88.0.4324.104,但是,我找不到chrome驱动程序的确切版本,因为我能找到的都是低于这个版本的。 因此,在运行脚本时出现以下错误 selenium.common.exceptions.SessionNotCreatedException: Message: session not created 从已断开连接:无法连接到渲染器 我也读过这篇文章,它必须是完全相同的版本 有人可以提供建议。当

我在selenium中使用chrome webdriver。 我注意到我的chrome版本是88.0.4324.104,但是,我找不到chrome驱动程序的确切版本,因为我能找到的都是低于这个版本的。

因此,在运行脚本时出现以下错误

selenium.common.exceptions.SessionNotCreatedException: Message: session not created
从已断开连接:无法连接到渲染器

我也读过这篇文章,它必须是完全相同的版本

有人可以提供建议。

当您使用的是
chrome=88.0.4324.104
时,您需要使用匹配的(匹配最大版本)。因此,您可以有效地使用以下版本的ChromeDriver:


工具书类 您可以在以下内容中找到一些相关的详细讨论:


事实上,我尝试了你发布的两个版本,但都不适用于我。