【发布时间】:2021-11-05 06:59:33
【问题描述】:
我能够在本地成功运行构建,但在 jenkins 服务器上同样失败,如果有人已经面临并解决,请告诉我解决方案。
17:34:48 [1631102688.878][SEVERE]: Timed out receiving message from renderer: 600.000
17:34:49 org.openqa.selenium.SessionNotCreatedException: session not created
17:34:49 from timeout: Timed out receiving message from renderer: 600.000
17:34:49 (Session info: chrome=93.0.4577.63)
17:34:49 Build info: version: '3.4.0', revision: 'unknown', time: 'unknown'
【问题讨论】:
-
您是否在创建新的
WebDriver实例之前添加了一些参数? -
org.openqa.selenium.SessionNotCreatedException你是如何初始化驱动的? -
请提供足够的代码,以便其他人更好地理解或重现问题。