Uses of Class
org.openqa.selenium.devtools.cachestorage.model.CachedResponse
-
Packages that use CachedResponse Package Description org.openqa.selenium.devtools.cachestorage -
-
Uses of CachedResponse in org.openqa.selenium.devtools.cachestorage
Methods in org.openqa.selenium.devtools.cachestorage that return types with arguments of type CachedResponse Modifier and Type Method Description static Command<CachedResponse>CacheStorage. requestCachedResponse(CacheId cacheId, java.lang.String requestURL, java.util.List<Header> requestHeaders)Fetches cache entry.
-