Class SubresourceWebBundleInnerResponseParsed

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

@Beta public class SubresourceWebBundleInnerResponseParsed extends Object
Fired when handling requests for resources within a .wbn file. Note: this will only be fired for resources that are requested by the webpage.
  • Constructor Details

    • SubresourceWebBundleInnerResponseParsed

      public SubresourceWebBundleInnerResponseParsed(RequestId innerRequestId, String innerRequestURL, Optional<RequestId> bundleRequestId)
  • Method Details

    • getInnerRequestId

      public RequestId getInnerRequestId()
      Request identifier of the subresource request
    • getInnerRequestURL

      public String getInnerRequestURL()
      URL of the subresource resource.
    • getBundleRequestId

      public Optional<RequestId> getBundleRequestId()
      Bundle request identifier. Used to match this information to another event. This made be absent in case when the instrumentation was enabled only after webbundle was parsed.