Class WebSocketClosed
- java.lang.Object
-
- org.openqa.selenium.devtools.network.model.WebSocketClosed
-
public class WebSocketClosed extends java.lang.Object
Fired when WebSocket is closed.
-
-
Constructor Summary
Constructors Constructor Description WebSocketClosed(RequestId requestId, MonotonicTime timestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RequestId
getRequestId()
Request identifier.MonotonicTime
getTimestamp()
Timestamp.
-
-
-
Constructor Detail
-
WebSocketClosed
public WebSocketClosed(RequestId requestId, MonotonicTime timestamp)
-
-
Method Detail
-
getRequestId
public RequestId getRequestId()
Request identifier.
-
getTimestamp
public MonotonicTime getTimestamp()
Timestamp.
-
-