Class ResponseReceived

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

public class ResponseReceived extends Object
Fired when HTTP response is available.
  • Constructor Details

  • Method Details

    • getRequestId

      public RequestId getRequestId()
      Request identifier.
    • getLoaderId

      public LoaderId getLoaderId()
      Loader identifier. Empty string if the request is fetched from worker.
    • getTimestamp

      public MonotonicTime getTimestamp()
      Timestamp.
    • getType

      public ResourceType getType()
      Resource type.
    • getResponse

      public Response getResponse()
      Response data.
    • getHasExtraInfo

      @Beta public Boolean getHasExtraInfo()
      Indicates whether requestWillBeSentExtraInfo and responseReceivedExtraInfo events will be or were emitted for this request.
    • getFrameId

      public Optional<FrameId> getFrameId()
      Frame identifier.