Uses of Class
org.openqa.selenium.devtools.network.model.Request
-
Packages that use Request Package Description org.openqa.selenium.devtools.fetch.model org.openqa.selenium.devtools.network.model -
-
Uses of Request in org.openqa.selenium.devtools.fetch.model
Methods in org.openqa.selenium.devtools.fetch.model that return Request Modifier and Type Method Description RequestAuthRequired. getRequest()The details of the request.RequestRequestPaused. getRequest()The details of the request.Constructors in org.openqa.selenium.devtools.fetch.model with parameters of type Request Constructor Description AuthRequired(RequestId requestId, Request request, FrameId frameId, ResourceType resourceType, AuthChallenge authChallenge)RequestPaused(RequestId requestId, Request request, FrameId frameId, ResourceType resourceType, ErrorReason responseErrorReason, java.lang.Integer responseStatusCode, java.util.List<HeaderEntry> responseHeaders, RequestId networkId) -
Uses of Request in org.openqa.selenium.devtools.network.model
Methods in org.openqa.selenium.devtools.network.model that return Request Modifier and Type Method Description RequestRequestIntercepted. getRequest()Deprecated.RequestRequestWillBeSent. getRequest()Request data.Constructors in org.openqa.selenium.devtools.network.model with parameters of type Request Constructor Description RequestIntercepted(InterceptionId interceptionId, Request request, FrameId frameId, ResourceType resourceType, java.lang.Boolean isNavigationRequest, java.lang.Boolean isDownload, java.lang.String redirectUrl, AuthChallenge authChallenge, ErrorReason responseErrorReason, java.lang.Integer responseStatusCode, Headers responseHeaders, RequestId requestId)Deprecated.RequestWillBeSent(RequestId requestId, LoaderId loaderId, java.lang.String documentURL, Request request, MonotonicTime timestamp, TimeSinceEpoch wallTime, Initiator initiator, Response redirectResponse, ResourceType type, FrameId frameId, java.lang.Boolean hasUserGesture)
-