Class SubresourceWebBundleInnerResponseError
java.lang.Object
org.openqa.selenium.devtools.v141.network.model.SubresourceWebBundleInnerResponseError
Fired when request for resources within a .wbn file failed.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBundle request identifier.Error messageRequest identifier of the subresource requestURL of the subresource resource.
-
Constructor Details
-
SubresourceWebBundleInnerResponseError
-
-
Method Details
-
getInnerRequestId
Request identifier of the subresource request -
getInnerRequestURL
URL of the subresource resource. -
getErrorMessage
Error message -
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.
-