Uses of Class
org.openqa.selenium.devtools.v141.fetch.model.HeaderEntry
Packages that use HeaderEntry
Package
Description
-
Uses of HeaderEntry in org.openqa.selenium.devtools.v141.fetch
Method parameters in org.openqa.selenium.devtools.v141.fetch with type arguments of type HeaderEntryModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Fetch.fulfillRequest(RequestId requestId, Integer responseCode, Optional<List<HeaderEntry>> responseHeaders, Optional<String> binaryResponseHeaders, Optional<String> body, Optional<String> responsePhrase) Provides response to the request. -
Uses of HeaderEntry in org.openqa.selenium.devtools.v141.fetch.model
Methods in org.openqa.selenium.devtools.v141.fetch.model that return types with arguments of type HeaderEntryModifier and TypeMethodDescriptionRequestPaused.getResponseHeaders()Response headers if intercepted at the response stage.