Python Selenium未与Chrome驱动程序和Chrome版本一起运行



我正在尝试使用 chrome 驱动程序在硒中运行一个项目,但是在我一个月没有使用它之后(是 chrome 的更新(。 当我运行项目时,它会打开chrome浏览器,然后立即关闭。

我收到以下错误:

回溯(最近一次调用(: 文件 "C:\Users\maorb\OneDrive\Desktop\Maor\python\serethd\tvil_arthur.py",第 27 行,在 驱动程序 = 网络驱动程序。铬(( 文件 "C:\Program Files (x86(\Python36-32\lib\site-packages\selenium\webdriver\chrome\webdriver.py",第 67 行,在 init中 desired_capabilities=desired_capabilities( 文件 "C:\Program Files (x86(\Python36-32\lib\site-packages\selenium\webdriver\remote\webdriver.py",第 91 行,在 initself.start_session(desired_capabilities, browser_profile( 中 文件"C:\Program Files (x86(\Python36-32\lib\site-packages\selenium\webdriver\remote\webdriver.py",第 173 行,start_session "期望的能力":desired_capabilities, 文件 "C:\Program Files (x86(\Python36-32\lib\site-packages\selenium\webdriver\remote\webdriver.py",第 233 行,正在执行 self.error_handler.check_response(response( 文件"C:\Program Files (x86(\Python36-32\lib\site-packages\selenium\webdriver\remote\errorhandler.py",第 194 行,check_response 提高exception_class(消息、屏幕、堆栈跟踪( selenium.common.exceptions.WebDriverException: 消息: 会话未创建异常 从断开连接:无法从渲染器接收消息 (会话信息:chrome=63.0.3239.108( (驱动程序信息: chromedriver=2.36.540470 (e522d04694c7ebea4ba8821272dbef4f9b818c91(,platform=Windows NT 10.0.16299 x86_64(

我正在使用 chrome Web 驱动程序版本 2.36 和 Google Chrome 版本 63.0.3239.10

我尝试使用最新的Chrome和Chrome网络驱动程序版本,但它打开了chrome,但它只是打开并且不做任何代码。

通常,当您的脚本找不到chromedriver时,人们会收到此错误,可能会重新查看您指定路径的位置并添加可执行路径

相关内容

  • 没有找到相关文章

最新更新