Class WebSocketCreated
- java.lang.Object
-
- org.openqa.selenium.devtools.network.model.WebSocketCreated
-
public class WebSocketCreated extends java.lang.Object
Fired upon WebSocket creation.
-
-
Constructor Summary
Constructors Constructor Description WebSocketCreated(RequestId requestId, java.lang.String url, Initiator initiator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Initiator
getInitiator()
Request initiator.RequestId
getRequestId()
Request identifier.java.lang.String
getUrl()
WebSocket request URL.
-