Uses of Class
org.openqa.selenium.devtools.v85.network.model.RequestId
Packages that use RequestId
Package
Description
-
Uses of RequestId in org.openqa.selenium.devtools.v85.audits
Methods in org.openqa.selenium.devtools.v85.audits with parameters of type RequestIdModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Audits.GetEncodedResponseResponse>Audits.getEncodedResponse(RequestId requestId, Audits.GetEncodedResponseEncoding encoding, Optional<Number> quality, Optional<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.v85.audits.model
Methods in org.openqa.selenium.devtools.v85.audits.model that return RequestIdConstructors in org.openqa.selenium.devtools.v85.audits.model with parameters of type RequestId -
Uses of RequestId in org.openqa.selenium.devtools.v85.log.model
Methods in org.openqa.selenium.devtools.v85.log.model that return types with arguments of type RequestIdModifier and TypeMethodDescriptionLogEntry.getNetworkRequestId()Identifier of the network request associated with this entry. -
Uses of RequestId in org.openqa.selenium.devtools.v85.network
Methods in org.openqa.selenium.devtools.v85.network that return types with arguments of type RequestIdModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Event<RequestId>Network.requestServedFromCache()Methods in org.openqa.selenium.devtools.v85.network with parameters of type RequestIdModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<String>Network.getRequestPostData(RequestId requestId) Returns post data sent with the request.static org.openqa.selenium.devtools.Command<Network.GetResponseBodyResponse>Network.getResponseBody(RequestId requestId) Returns content served for the given request.static org.openqa.selenium.devtools.Command<Void>This method sends a new XMLHttpRequest which is identical to the original one.static org.openqa.selenium.devtools.Command<List<SearchMatch>>Network.searchInResponseBody(RequestId requestId, String query, Optional<Boolean> caseSensitive, Optional<Boolean> isRegex) Searches for given string in response content. -
Uses of RequestId in org.openqa.selenium.devtools.v85.network.model
Methods in org.openqa.selenium.devtools.v85.network.model that return RequestIdModifier and TypeMethodDescriptionDataReceived.getRequestId()Request identifier.EventSourceMessageReceived.getRequestId()Request identifier.LoadingFailed.getRequestId()Request identifier.LoadingFinished.getRequestId()Request identifier.RequestWillBeSent.getRequestId()Request identifier.RequestWillBeSentExtraInfo.getRequestId()Request identifier.ResourceChangedPriority.getRequestId()Request identifier.ResponseReceived.getRequestId()Request identifier.ResponseReceivedExtraInfo.getRequestId()Request identifier.SignedExchangeReceived.getRequestId()Request identifier.WebSocketClosed.getRequestId()Request identifier.WebSocketCreated.getRequestId()Request identifier.WebSocketFrameError.getRequestId()Request identifier.WebSocketFrameReceived.getRequestId()Request identifier.WebSocketFrameSent.getRequestId()Request identifier.WebSocketHandshakeResponseReceived.getRequestId()Request identifier.WebSocketWillSendHandshakeRequest.getRequestId()Request identifier.Methods in org.openqa.selenium.devtools.v85.network.model that return types with arguments of type RequestIdModifier and TypeMethodDescriptionRequestIntercepted.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.v85.network.model with parameters of type RequestIdModifierConstructorDescriptionDataReceived(RequestId requestId, MonotonicTime timestamp, Integer dataLength, Integer encodedDataLength) EventSourceMessageReceived(RequestId requestId, MonotonicTime timestamp, String eventName, String eventId, String data) LoadingFailed(RequestId requestId, MonotonicTime timestamp, ResourceType type, String errorText, Optional<Boolean> canceled, Optional<BlockedReason> blockedReason) LoadingFinished(RequestId requestId, MonotonicTime timestamp, Number encodedDataLength, Optional<Boolean> shouldReportCorbBlocking) RequestWillBeSent(RequestId requestId, LoaderId loaderId, String documentURL, Request request, MonotonicTime timestamp, TimeSinceEpoch wallTime, Initiator initiator, Optional<Response> redirectResponse, Optional<ResourceType> type, Optional<FrameId> frameId, Optional<Boolean> hasUserGesture) RequestWillBeSentExtraInfo(RequestId requestId, List<BlockedCookieWithReason> associatedCookies, Headers headers) ResourceChangedPriority(RequestId requestId, ResourcePriority newPriority, MonotonicTime timestamp) ResponseReceived(RequestId requestId, LoaderId loaderId, MonotonicTime timestamp, ResourceType type, Response response, Optional<FrameId> frameId) ResponseReceivedExtraInfo(RequestId requestId, List<BlockedSetCookieWithReason> blockedCookies, Headers headers, Optional<String> headersText) SignedExchangeReceived(RequestId requestId, SignedExchangeInfo info) WebSocketClosed(RequestId requestId, MonotonicTime timestamp) WebSocketCreated(RequestId requestId, String url, Optional<Initiator> initiator) WebSocketFrameError(RequestId requestId, MonotonicTime timestamp, 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)