Class SubresourceWebBundleInnerResponseParsed
java.lang.Object
org.openqa.selenium.devtools.v141.network.model.SubresourceWebBundleInnerResponseParsed
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 Summary
ConstructorsConstructorDescriptionSubresourceWebBundleInnerResponseParsed(RequestId innerRequestId, String innerRequestURL, Optional<RequestId> bundleRequestId) -
Method Summary
Modifier and TypeMethodDescriptionBundle request identifier.Request identifier of the subresource requestURL of the subresource resource.
-
Constructor Details
-
SubresourceWebBundleInnerResponseParsed
-
-
Method Details
-
getInnerRequestId
Request identifier of the subresource request -
getInnerRequestURL
URL of the subresource resource. -
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.
-