Uses of Class
org.openqa.selenium.devtools.v141.cachestorage.CacheStorage.RequestEntriesResponse
Packages that use CacheStorage.RequestEntriesResponse
-
Uses of CacheStorage.RequestEntriesResponse in org.openqa.selenium.devtools.v141.cachestorage
Methods in org.openqa.selenium.devtools.v141.cachestorage that return types with arguments of type CacheStorage.RequestEntriesResponseModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<CacheStorage.RequestEntriesResponse> CacheStorage.requestEntries(CacheId cacheId, Optional<Integer> skipCount, Optional<Integer> pageSize, Optional<String> pathFilter) Requests data from cache.