Class LoadingFinished

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

public class LoadingFinished extends Object
Fired when HTTP request has finished loading.
  • Constructor Details

  • Method Details

    • getRequestId

      public RequestId getRequestId()
      Request identifier.
    • getTimestamp

      public MonotonicTime getTimestamp()
      Timestamp.
    • getEncodedDataLength

      public Number getEncodedDataLength()
      Total number of bytes received for this request.