Uses of Class
org.openqa.selenium.devtools.v141.network.model.Request
Packages that use Request
Package
Description
-
Uses of Request in org.openqa.selenium.devtools.v141.fetch.model
Methods in org.openqa.selenium.devtools.v141.fetch.model that return RequestModifier and TypeMethodDescriptionAuthRequired.getRequest()The details of the request.RequestPaused.getRequest()The details of the request.Constructors in org.openqa.selenium.devtools.v141.fetch.model with parameters of type RequestModifierConstructorDescriptionAuthRequired(RequestId requestId, Request request, FrameId frameId, ResourceType resourceType, AuthChallenge authChallenge) RequestPaused(RequestId requestId, Request request, FrameId frameId, ResourceType resourceType, Optional<ErrorReason> responseErrorReason, Optional<Integer> responseStatusCode, Optional<String> responseStatusText, Optional<List<HeaderEntry>> responseHeaders, Optional<RequestId> networkId, Optional<RequestId> redirectedRequestId) -
Uses of Request in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return RequestModifier and TypeMethodDescriptionRequestIntercepted.getRequest()Deprecated.RequestWillBeSent.getRequest()Request data.Constructors in org.openqa.selenium.devtools.v141.network.model with parameters of type RequestModifierConstructorDescriptionRequestIntercepted(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.RequestWillBeSent(RequestId requestId, LoaderId loaderId, String documentURL, Request request, MonotonicTime timestamp, TimeSinceEpoch wallTime, Initiator initiator, Boolean redirectHasExtraInfo, Optional<Response> redirectResponse, Optional<ResourceType> type, Optional<FrameId> frameId, Optional<Boolean> hasUserGesture)