Uses of Class
org.openqa.selenium.devtools.v141.network.model.InterceptionId
Packages that use InterceptionId
Package
Description
-
Uses of InterceptionId in org.openqa.selenium.devtools.v141.network
Methods in org.openqa.selenium.devtools.v141.network with parameters of type InterceptionIdModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Network.continueInterceptedRequest(InterceptionId interceptionId, Optional<ErrorReason> errorReason, Optional<String> rawResponse, Optional<String> url, Optional<String> method, Optional<String> postData, Optional<Headers> headers, Optional<AuthChallengeResponse> authChallengeResponse) Deprecated.static org.openqa.selenium.devtools.Command<Network.GetResponseBodyForInterceptionResponse> Network.getResponseBodyForInterception(InterceptionId interceptionId) Returns content served for the given currently intercepted request.static org.openqa.selenium.devtools.Command<StreamHandle> Network.takeResponseBodyForInterceptionAsStream(InterceptionId interceptionId) Returns a handle to the stream representing the response body. -
Uses of InterceptionId in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return InterceptionIdModifier and TypeMethodDescriptionRequestIntercepted.getInterceptionId()Deprecated.Each request the page makes will have a unique id, however if any redirects are encountered while processing that fetch, they will be reported with the same id as the original fetch.Constructors in org.openqa.selenium.devtools.v141.network.model with parameters of type InterceptionIdModifierConstructorDescriptionRequestIntercepted(InterceptionId interceptionId, Request request, FrameId frameId, ResourceType resourceType, Boolean isNavigationRequest, Optional<Boolean> isDownload, Optional<String> redirectUrl, Optional<AuthChallenge> authChallenge, Optional<ErrorReason> responseErrorReason, Optional<Integer> responseStatusCode, Optional<Headers> responseHeaders, Optional<RequestId> requestId) Deprecated.