Class SubresourceWebBundleMetadataReceived

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

@Beta public class SubresourceWebBundleMetadataReceived extends Object
Fired once when parsing the .wbn file has succeeded. The event contains the information about the web bundle contents.
  • Constructor Details

    • SubresourceWebBundleMetadataReceived

      public SubresourceWebBundleMetadataReceived(RequestId requestId, List<String> urls)
  • Method Details

    • getRequestId

      public RequestId getRequestId()
      Request identifier. Used to match this information to another event.
    • getUrls

      public List<String> getUrls()
      A list of URLs of resources in the subresource Web Bundle.