Uses of Class
org.openqa.selenium.devtools.fetch.model.HeaderEntry
-
Packages that use HeaderEntry Package Description org.openqa.selenium.devtools.fetch org.openqa.selenium.devtools.fetch.model -
-
Uses of HeaderEntry in org.openqa.selenium.devtools.fetch
Method parameters in org.openqa.selenium.devtools.fetch with type arguments of type HeaderEntry Modifier and Type Method Description static Command<java.lang.Void>
Fetch. fulfillRequest(RequestId requestId, java.lang.Integer responseCode, java.util.List<HeaderEntry> responseHeaders, java.util.Optional<java.lang.String> body, java.util.Optional<java.lang.String> responsePhrase)
Provides response to the request. -
Uses of HeaderEntry in org.openqa.selenium.devtools.fetch.model
Methods in org.openqa.selenium.devtools.fetch.model that return types with arguments of type HeaderEntry Modifier and Type Method Description java.util.List<HeaderEntry>
RequestPaused. getResponseHeaders()
Response headers if intercepted at the response stage.Constructor parameters in org.openqa.selenium.devtools.fetch.model with type arguments of type HeaderEntry Constructor Description RequestPaused(RequestId requestId, Request request, FrameId frameId, ResourceType resourceType, ErrorReason responseErrorReason, java.lang.Integer responseStatusCode, java.util.List<HeaderEntry> responseHeaders, RequestId networkId)
-