0


java+selenium:异常ConnectionFailedException

org.openqa.selenium.remote.http.ConnectionFailedException: Unable to establish websocket connection to http://localhost:62200/devtools/browser/4555cf29-569c-446e-989f-b620fa223846
Build info: version: '4.0.0', revision: '3a21814679'

原因:

selenium-java版本太高导致的

解决办法:

<version>4.0.0</version>改为<version>3.141.59</version>

本文转载自: https://blog.csdn.net/weixin_42645233/article/details/138288887
版权归原作者 快乐无限666 所有, 如有侵权,请联系我们删除。

“java+selenium:异常ConnectionFailedException”的评论:

还没有评论