Class WebTransportCreated
java.lang.Object
org.openqa.selenium.devtools.v141.network.model.WebTransportCreated
Fired upon WebTransport creation.
-
Constructor Summary
ConstructorsConstructorDescriptionWebTransportCreated(RequestId transportId, String url, MonotonicTime timestamp, Optional<Initiator> initiator) -
Method Summary
Modifier and TypeMethodDescriptionRequest initiator.Timestamp.WebTransport identifier.getUrl()WebTransport request URL.
-
Constructor Details
-
WebTransportCreated
public WebTransportCreated(RequestId transportId, String url, MonotonicTime timestamp, Optional<Initiator> initiator)
-
-
Method Details
-
getTransportId
WebTransport identifier. -
getUrl
WebTransport request URL. -
getTimestamp
Timestamp. -
getInitiator
Request initiator.
-