Uses of Class
org.openqa.selenium.devtools.v111.cachestorage.CacheStorage.RequestEntriesResponse
-
Packages that use CacheStorage.RequestEntriesResponse Package Description org.openqa.selenium.devtools.v111.cachestorage -
-
Uses of CacheStorage.RequestEntriesResponse in org.openqa.selenium.devtools.v111.cachestorage
Methods in org.openqa.selenium.devtools.v111.cachestorage that return types with arguments of type CacheStorage.RequestEntriesResponse Modifier and Type Method Description static org.openqa.selenium.devtools.Command<CacheStorage.RequestEntriesResponse>CacheStorage. requestEntries(CacheId cacheId, java.util.Optional<java.lang.Integer> skipCount, java.util.Optional<java.lang.Integer> pageSize, java.util.Optional<java.lang.String> pathFilter)Requests data from cache.
-