RIDE WebDriverException:消息:会话未创建来自未知错误的异常

RIDE WebDriverException: Message: session not created exception from unknown error

我能够 运行 使用 RIDE 在 Google Chrome 上毫无问题地测试机器人框架。然而就在今天,我尝试 运行 之前正确地 运行 的测试,现在我收到以下错误:

Starting test: Bbh-Robot.Test Cases.Search.Search 01 - Basics.Search for Toronto
20161108 13:48:44.163 :  INFO : Opening browser 'googlechrome' to base url 'https://www.google.com/'
20161108 13:48:50.591 :  FAIL : No browser is open
20161108 13:48:50.592 :  WARN : Keyword 'Capture Page Screenshot' could not be run on failure: No browser is open
20161108 13:48:50.596 :  FAIL : 
WebDriverException: Message: session not created exception
from unknown error: Runtime.executionContextCreated has invalid 'context': {"auxData":{"frameId":"7332.1","isDefault":true},"id":1,"name":"","origin":"://"}
  (Session info: chrome=54.0.2840.87)
  (Driver info: chromedriver=2.22.397933 (1cab651507b88dec79b2b2a22d1943c01833cc1b),platform=Windows NT 6.1.7601 SP1 x86_64)

Ending test:   Bbh-Robot.Test Cases.Search.Search 01 - Basics.Search for Toronto

我认为这可能是 chromedriver 的问题,所以我更新到最新版本(并确保可执行文件包含在我的 Path 变量中)

https://chromedriver.storage.googleapis.com/index.html?path=2.25/

但它仍然认为我出于某种原因正在使用 2.22,我不确定从哪里开始。我可以用 RIDE 做些什么吗?

您无法使用 RIDE 执行任何操作(除了干净地重新启动)。

这是 PATH 设置的问题,不知何故首先找到了旧版本的 chromedriver。

(也可能有旧 chromedriver 的 运行 实例。)