Class CacheStorage
java.lang.Object
org.openqa.selenium.devtools.v150.cachestorage.CacheStorage
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> deleteCache(CacheId cacheId) Deletes a cache.static org.openqa.selenium.devtools.Command<Void> deleteEntry(CacheId cacheId, String request) Deletes a cache entry.static org.openqa.selenium.devtools.Command<CachedResponse> requestCachedResponse(CacheId cacheId, String requestURL, List<Header> requestHeaders) Fetches cache entry.requestCacheNames(Optional<String> securityOrigin, Optional<String> storageKey, Optional<StorageBucket> storageBucket) Requests cache names.static org.openqa.selenium.devtools.Command<CacheStorage.RequestEntriesResponse> requestEntries(CacheId cacheId, Optional<Integer> skipCount, Optional<Integer> pageSize, Optional<String> pathFilter) Requests data from cache.
-
Constructor Details
-
CacheStorage
public CacheStorage()
-
-
Method Details
-
deleteCache
-
deleteEntry
-
requestCacheNames
-
requestCachedResponse
public static org.openqa.selenium.devtools.Command<CachedResponse> requestCachedResponse(CacheId cacheId, String requestURL, List<Header> requestHeaders) Fetches cache entry. -
requestEntries
-