Class CachedResource

java.lang.Object
org.openqa.selenium.devtools.v85.network.model.CachedResource

public class CachedResource extends Object
Information about the cached resource.
  • Constructor Details

  • Method Details

    • getUrl

      public String getUrl()
      Resource URL. This is the url of the original network request.
    • getType

      public ResourceType getType()
      Type of this resource.
    • getResponse

      public Optional<Response> getResponse()
      Cached response data.
    • getBodySize

      public Number getBodySize()
      Cached response body size.