Uses of Class
org.openqa.selenium.devtools.applicationcache.model.ApplicationCacheResource
-
Packages that use ApplicationCacheResource Package Description org.openqa.selenium.devtools.applicationcache.model -
-
Uses of ApplicationCacheResource in org.openqa.selenium.devtools.applicationcache.model
Methods in org.openqa.selenium.devtools.applicationcache.model that return types with arguments of type ApplicationCacheResource Modifier and Type Method Description java.util.List<ApplicationCacheResource>
ApplicationCache. getResources()
Application cache resources.Constructor parameters in org.openqa.selenium.devtools.applicationcache.model with type arguments of type ApplicationCacheResource Constructor Description ApplicationCache(java.lang.String manifestURL, java.lang.Number size, java.lang.Number creationTime, java.lang.Number updateTime, java.util.List<ApplicationCacheResource> resources)
-