Uses of Class
org.openqa.selenium.devtools.network.model.RequestId
-
-
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.audits.model
Methods in org.openqa.selenium.devtools.audits.model that return RequestId Modifier and Type Method Description RequestIdAffectedRequest. getRequestId()The unique request id.Constructors in org.openqa.selenium.devtools.audits.model with parameters of type RequestId Constructor Description AffectedRequest(RequestId requestId, java.util.Optional<java.lang.String> url) -
Uses of RequestId in org.openqa.selenium.devtools.log.model
Methods in org.openqa.selenium.devtools.log.model that return types with arguments of type RequestId Modifier and Type Method Description java.util.Optional<RequestId>LogEntry. getNetworkRequestId()Identifier of the network request associated with this entry. -
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.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.Methods in org.openqa.selenium.devtools.network.model that return types with arguments of type RequestId Modifier and Type Method Description java.util.Optional<RequestId>RequestIntercepted. 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.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.util.Optional<java.lang.Boolean> canceled, java.util.Optional<BlockedReason> blockedReason)LoadingFinished(RequestId requestId, MonotonicTime timestamp, java.lang.Number encodedDataLength, java.util.Optional<java.lang.Boolean> shouldReportCorbBlocking)RequestWillBeSent(RequestId requestId, LoaderId loaderId, java.lang.String documentURL, Request request, MonotonicTime timestamp, TimeSinceEpoch wallTime, Initiator initiator, java.util.Optional<Response> redirectResponse, java.util.Optional<ResourceType> type, java.util.Optional<FrameId> frameId, java.util.Optional<java.lang.Boolean> hasUserGesture)RequestWillBeSentExtraInfo(RequestId requestId, java.util.List<BlockedCookieWithReason> associatedCookies, Headers headers)ResourceChangedPriority(RequestId requestId, ResourcePriority newPriority, MonotonicTime timestamp)ResponseReceived(RequestId requestId, LoaderId loaderId, MonotonicTime timestamp, ResourceType type, Response response, java.util.Optional<FrameId> frameId)ResponseReceivedExtraInfo(RequestId requestId, java.util.List<BlockedSetCookieWithReason> blockedCookies, Headers headers, java.util.Optional<java.lang.String> headersText)SignedExchangeReceived(RequestId requestId, SignedExchangeInfo info)WebSocketClosed(RequestId requestId, MonotonicTime timestamp)WebSocketCreated(RequestId requestId, java.lang.String url, java.util.Optional<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)
-