Class ApplicationCacheResource

java.lang.Object
org.openqa.selenium.devtools.v85.applicationcache.model.ApplicationCacheResource

public class ApplicationCacheResource extends Object
Detailed application cache resource information.
  • Constructor Details

    • ApplicationCacheResource

      public ApplicationCacheResource(String url, Integer size, String type)
  • Method Details

    • getUrl

      public String getUrl()
      Resource url.
    • getSize

      public Integer getSize()
      Resource size.
    • getType

      public String getType()
      Resource type.