Uses of Class
org.openqa.selenium.devtools.network.model.RequestId
-
Packages that use RequestId Package Description org.openqa.selenium.devtools.audits org.openqa.selenium.devtools.log.model org.openqa.selenium.devtools.network org.openqa.selenium.devtools.network.model -
-
Uses of RequestId in org.openqa.selenium.devtools.audits
Methods in org.openqa.selenium.devtools.audits with parameters of type RequestId Modifier and Type Method Description static Command<Audits.GetEncodedResponseResponse>Audits. getEncodedResponse(RequestId requestId, Audits.GetEncodedResponseEncoding encoding, java.util.Optional<java.lang.Number> quality, java.util.Optional<java.lang.Boolean> sizeOnly)Returns the response body and size if it were re-encoded with the specified settings. -
Uses of RequestId in org.openqa.selenium.devtools.log.model
Methods in org.openqa.selenium.devtools.log.model that return RequestId Modifier and Type Method Description RequestIdLogEntry. getNetworkRequestId()Identifier of the network request associated with this entry.Constructors in org.openqa.selenium.devtools.log.model with parameters of type RequestId Constructor Description LogEntry(LogEntry.Source source, LogEntry.Level level, java.lang.String text, Timestamp timestamp, java.lang.String url, java.lang.Integer lineNumber, StackTrace stackTrace, RequestId networkRequestId, java.lang.String workerId, java.util.List<RemoteObject> args) -
Uses of RequestId in org.openqa.selenium.devtools.network
Methods in org.openqa.selenium.devtools.network that return types with arguments of type RequestId Modifier and Type Method Description static Event<RequestId>Network. requestServedFromCache()Methods in org.openqa.selenium.devtools.network with parameters of type RequestId Modifier and Type Method Description static Command<java.lang.String>Network. getRequestPostData(RequestId requestId)Returns post data sent with the request.static Command<Network.GetResponseBodyResponse>Network. getResponseBody(RequestId requestId)Returns content served for the given request.static Command<java.lang.Void>Network. replayXHR(RequestId requestId)This method sends a new XMLHttpRequest which is identical to the original one.static Command<java.util.List<SearchMatch>>Network. searchInResponseBody(RequestId requestId, java.lang.String query, java.util.Optional<java.lang.Boolean> caseSensitive, java.util.Optional<java.lang.Boolean> isRegex)Searches for given string in response content. -
Uses of RequestId in org.openqa.selenium.devtools.network.model
Methods in org.openqa.selenium.devtools.network.model that return RequestId Modifier and Type Method Description RequestIdDataReceived. getRequestId()Request identifier.RequestIdEventSourceMessageReceived. getRequestId()Request identifier.RequestIdLoadingFailed. getRequestId()Request identifier.RequestIdLoadingFinished. getRequestId()Request identifier.RequestIdRequestIntercepted. getRequestId()Deprecated.If the intercepted request had a corresponding requestWillBeSent event fired for it, then this requestId will be the same as the requestId present in the requestWillBeSent event.RequestIdRequestWillBeSent. getRequestId()Request identifier.RequestIdRequestWillBeSentExtraInfo. getRequestId()Request identifier.RequestIdResourceChangedPriority. getRequestId()Request identifier.RequestIdResponseReceived. getRequestId()Request identifier.RequestIdResponseReceivedExtraInfo. getRequestId()Request identifier.RequestIdSignedExchangeReceived. getRequestId()Request identifier.RequestIdWebSocketClosed. getRequestId()Request identifier.RequestIdWebSocketCreated. getRequestId()Request identifier.RequestIdWebSocketFrameError. getRequestId()Request identifier.RequestIdWebSocketFrameReceived. getRequestId()Request identifier.RequestIdWebSocketFrameSent. getRequestId()Request identifier.RequestIdWebSocketHandshakeResponseReceived. getRequestId()Request identifier.RequestIdWebSocketWillSendHandshakeRequest. getRequestId()Request identifier.Constructors in org.openqa.selenium.devtools.network.model with parameters of type RequestId Constructor Description DataReceived(RequestId requestId, MonotonicTime timestamp, java.lang.Integer dataLength, java.lang.Integer encodedDataLength)EventSourceMessageReceived(RequestId requestId, MonotonicTime timestamp, java.lang.String eventName, java.lang.String eventId, java.lang.String data)LoadingFailed(RequestId requestId, MonotonicTime timestamp, ResourceType type, java.lang.String errorText, java.lang.Boolean canceled, BlockedReason blockedReason)LoadingFinished(RequestId requestId, MonotonicTime timestamp, java.lang.Number encodedDataLength, java.lang.Boolean shouldReportCorbBlocking)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)RequestWillBeSentExtraInfo(RequestId requestId, java.util.List<BlockedCookieWithReason> blockedCookies, Headers headers)ResourceChangedPriority(RequestId requestId, ResourcePriority newPriority, MonotonicTime timestamp)ResponseReceived(RequestId requestId, LoaderId loaderId, MonotonicTime timestamp, ResourceType type, Response response, FrameId frameId)ResponseReceivedExtraInfo(RequestId requestId, java.util.List<BlockedSetCookieWithReason> blockedCookies, Headers headers, java.lang.String headersText)SignedExchangeReceived(RequestId requestId, SignedExchangeInfo info)WebSocketClosed(RequestId requestId, MonotonicTime timestamp)WebSocketCreated(RequestId requestId, java.lang.String url, Initiator initiator)WebSocketFrameError(RequestId requestId, MonotonicTime timestamp, java.lang.String errorMessage)WebSocketFrameReceived(RequestId requestId, MonotonicTime timestamp, WebSocketFrame response)WebSocketFrameSent(RequestId requestId, MonotonicTime timestamp, WebSocketFrame response)WebSocketHandshakeResponseReceived(RequestId requestId, MonotonicTime timestamp, WebSocketResponse response)WebSocketWillSendHandshakeRequest(RequestId requestId, MonotonicTime timestamp, TimeSinceEpoch wallTime, WebSocketRequest request)
-