Class SubresourceWebBundleMetadataReceived
java.lang.Object
org.openqa.selenium.devtools.v141.network.model.SubresourceWebBundleMetadataReceived
Fired once when parsing the .wbn file has succeeded.
The event contains the information about the web bundle contents.
-
Constructor Summary
ConstructorsConstructorDescriptionSubresourceWebBundleMetadataReceived(RequestId requestId, List<String> urls) -
Method Summary
Modifier and TypeMethodDescriptionRequest identifier.getUrls()A list of URLs of resources in the subresource Web Bundle.
-
Constructor Details
-
SubresourceWebBundleMetadataReceived
-
-
Method Details
-
getRequestId
Request identifier. Used to match this information to another event. -
getUrls
A list of URLs of resources in the subresource Web Bundle.
-