Class WebTransportConnectionEstablished

java.lang.Object
org.openqa.selenium.devtools.v141.network.model.WebTransportConnectionEstablished

public class WebTransportConnectionEstablished extends Object
Fired when WebTransport handshake is finished.
  • Constructor Details

    • WebTransportConnectionEstablished

      public WebTransportConnectionEstablished(RequestId transportId, MonotonicTime timestamp)
  • Method Details

    • getTransportId

      public RequestId getTransportId()
      WebTransport identifier.
    • getTimestamp

      public MonotonicTime getTimestamp()
      Timestamp.