Py学习  »  Python

无法从未创建的会话中连接到本地主机上的chrome:xxxx:chrome版本必须>=69.0.3497.0(使用Python的Robot框架)

Karthik K • 4 年前 • 787 次点击  

当我试图通过chrome web驱动程序连接到debuggerAddress时,出现以下错误

WebDriverException: Message: unknown error: cannot connect to chrome at localhost:xxxx from session not created: Chrome version must be >= 69.0.3497.0  (Driver info: chromedriver=2.44.609538 (b655c5a60b0b544917107a59d4153d4bf78e1b90),platform=Windows NT 6.1.7601 SP1 x86_64)

Chrome driver Chrome版本没有问题,因为相同的版本运行良好,创建不同的驱动程序代码。

工作驱动程序代码:

Create Webdriver    Chrome    executable_path=C:/WebDrivers/chromedriver.exe

发布驱动程序代码:

Create Webdriver    Remote    command_executor=http://localhost:yyyy    desired_capabilities=${chrome_cap}

系统详细信息

  • Chrome版本:70
  • Chrome驱动版本:2.44
  • 系统:Windows 7(64位)
Python社区是高质量的Python/Django开发社区
本文地址:http://www.python88.com/topic/49693
 
787 次点击  
文章 [ 1 ]  |  最新文章 4 年前