Class LoadingFinished

java.lang.Object
org.openqa.selenium.devtools.v85.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.
    • getShouldReportCorbBlocking

      public Optional<Boolean> getShouldReportCorbBlocking()
      Set when 1) response was blocked by Cross-Origin Read Blocking and also 2) this needs to be reported to the DevTools console.