尝试执行selenium test时出现下一个错误。
在Chrome更新之前,所有工作都完美无缺,但现在:
会话未创建异常
记录错误:
Starting ChromeDriver 2.37.544337 (8c0344a12e552148c185f7d5117db1f28d6c9e85) on port 36249
Only local connections are allowed.
org.openqa.selenium.SessionNotCreatedException: session not created exception
from disconnected: unable to connect to renderer
(Session info: chrome=65.0.3325.181)
(Driver info: chromedriver=2.37.544337 (8c0344a12e552148c185f7d5117db1f28d6c9e85),platform=Mac OS X 10.13.3 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 829 milliseconds
Build info: version: '3.9.0', revision: '698b3178f0', time: '2018-02-05T14:26:55.441Z'
我一直尝试使用其他库版本,chromedrive版本,但总是同样的错误:
有什么想法吗?
答案 0 :(得分:0)
检查你的selenium webdriver是否支持你正在使用的chrome版本。由于你升级了chrome,你的selenium webdriver也可能需要升级。
答案 1 :(得分:0)
这可能是重复的。我在这里粘贴超链接,因为我没有权利发表评论。
org.openqa.selenium.SessionNotCreatedException: session not created exception