Uses of Class
org.openqa.selenium.devtools.v141.cachestorage.model.CachedResponse
Packages that use CachedResponse
-
Uses of CachedResponse in org.openqa.selenium.devtools.v141.cachestorage
Methods in org.openqa.selenium.devtools.v141.cachestorage that return types with arguments of type CachedResponseModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<CachedResponse> CacheStorage.requestCachedResponse(CacheId cacheId, String requestURL, List<Header> requestHeaders) Fetches cache entry.