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