Uses of Class
org.openqa.selenium.devtools.v141.cachestorage.model.Header
Packages that use Header
Package
Description
-
Uses of Header in org.openqa.selenium.devtools.v141.cachestorage
Method parameters in org.openqa.selenium.devtools.v141.cachestorage with type arguments of type HeaderModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<CachedResponse> CacheStorage.requestCachedResponse(CacheId cacheId, String requestURL, List<Header> requestHeaders) Fetches cache entry. -
Uses of Header in org.openqa.selenium.devtools.v141.cachestorage.model
Methods in org.openqa.selenium.devtools.v141.cachestorage.model that return types with arguments of type HeaderModifier and TypeMethodDescriptionDataEntry.getRequestHeaders()Request headersDataEntry.getResponseHeaders()Response headersConstructor parameters in org.openqa.selenium.devtools.v141.cachestorage.model with type arguments of type Header