Uses of Class
org.openqa.selenium.devtools.v141.network.model.RequestId
Packages that use RequestId
Package
Description
-
Uses of RequestId in org.openqa.selenium.devtools.v141.audits
Methods in org.openqa.selenium.devtools.v141.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.v141.audits.model
Methods in org.openqa.selenium.devtools.v141.audits.model that return types with arguments of type RequestIdModifier and TypeMethodDescriptionAffectedRequest.getRequestId()The unique request id.FailedRequestInfo.getRequestId()Constructor parameters in org.openqa.selenium.devtools.v141.audits.model with type arguments of type RequestIdModifierConstructorDescriptionAffectedRequest(Optional<RequestId> requestId, String url) FailedRequestInfo(String url, String failureMessage, Optional<RequestId> requestId) -
Uses of RequestId in org.openqa.selenium.devtools.v141.fetch.model
Methods in org.openqa.selenium.devtools.v141.fetch.model that return types with arguments of type RequestIdModifier and TypeMethodDescriptionRequestPaused.getNetworkId()If the intercepted request had a corresponding Network.requestWillBeSent event fired for it, then this networkId will be the same as the requestId present in the requestWillBeSent event. -
Uses of RequestId in org.openqa.selenium.devtools.v141.log.model
Methods in org.openqa.selenium.devtools.v141.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.v141.network
Methods in org.openqa.selenium.devtools.v141.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.v141.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.static org.openqa.selenium.devtools.Command<String> Network.streamResourceContent(RequestId requestId) Enables streaming of the response for the given requestId. -
Uses of RequestId in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return RequestIdModifier and TypeMethodDescriptionDirectTCPSocketAborted.getIdentifier()DirectTCPSocketChunkReceived.getIdentifier()DirectTCPSocketChunkSent.getIdentifier()DirectTCPSocketClosed.getIdentifier()DirectTCPSocketCreated.getIdentifier()DirectTCPSocketOpened.getIdentifier()DirectUDPSocketAborted.getIdentifier()DirectUDPSocketChunkReceived.getIdentifier()DirectUDPSocketChunkSent.getIdentifier()DirectUDPSocketClosed.getIdentifier()DirectUDPSocketCreated.getIdentifier()DirectUDPSocketOpened.getIdentifier()SubresourceWebBundleInnerResponseError.getInnerRequestId()Request identifier of the subresource requestSubresourceWebBundleInnerResponseParsed.getInnerRequestId()Request identifier of the subresource requestDataReceived.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.ResponseReceivedEarlyHints.getRequestId()Request identifier.ResponseReceivedExtraInfo.getRequestId()Request identifier.SignedExchangeReceived.getRequestId()Request identifier.SubresourceWebBundleMetadataError.getRequestId()Request identifier.SubresourceWebBundleMetadataReceived.getRequestId()Request identifier.TrustTokenOperationDone.getRequestId()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.WebTransportClosed.getTransportId()WebTransport identifier.WebTransportConnectionEstablished.getTransportId()WebTransport identifier.WebTransportCreated.getTransportId()WebTransport identifier.Methods in org.openqa.selenium.devtools.v141.network.model that return types with arguments of type RequestIdModifier and TypeMethodDescriptionSubresourceWebBundleInnerResponseError.getBundleRequestId()Bundle request identifier.SubresourceWebBundleInnerResponseParsed.getBundleRequestId()Bundle request identifier.Initiator.getRequestId()Set if another request triggered this request (e.g.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.v141.network.model with parameters of type RequestIdModifierConstructorDescriptionDataReceived(RequestId requestId, MonotonicTime timestamp, Integer dataLength, Integer encodedDataLength, Optional<String> data) DirectTCPSocketAborted(RequestId identifier, String errorMessage, MonotonicTime timestamp) DirectTCPSocketChunkReceived(RequestId identifier, String data, MonotonicTime timestamp) DirectTCPSocketChunkSent(RequestId identifier, String data, MonotonicTime timestamp) DirectTCPSocketClosed(RequestId identifier, MonotonicTime timestamp) DirectTCPSocketCreated(RequestId identifier, String remoteAddr, Integer remotePort, DirectTCPSocketOptions options, MonotonicTime timestamp, Optional<Initiator> initiator) DirectTCPSocketOpened(RequestId identifier, String remoteAddr, Integer remotePort, MonotonicTime timestamp, Optional<String> localAddr, Optional<Integer> localPort) DirectUDPSocketAborted(RequestId identifier, String errorMessage, MonotonicTime timestamp) DirectUDPSocketChunkReceived(RequestId identifier, DirectUDPMessage message, MonotonicTime timestamp) DirectUDPSocketChunkSent(RequestId identifier, DirectUDPMessage message, MonotonicTime timestamp) DirectUDPSocketClosed(RequestId identifier, MonotonicTime timestamp) DirectUDPSocketCreated(RequestId identifier, DirectUDPSocketOptions options, MonotonicTime timestamp, Optional<Initiator> initiator) DirectUDPSocketOpened(RequestId identifier, String localAddr, Integer localPort, MonotonicTime timestamp, Optional<String> remoteAddr, Optional<Integer> remotePort) 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, Optional<CorsErrorStatus> corsErrorStatus) LoadingFinished(RequestId requestId, MonotonicTime timestamp, Number encodedDataLength) 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) RequestWillBeSentExtraInfo(RequestId requestId, List<AssociatedCookie> associatedCookies, Headers headers, ConnectTiming connectTiming, Optional<ClientSecurityState> clientSecurityState, Optional<Boolean> siteHasCookieInOtherPartition) ResourceChangedPriority(RequestId requestId, ResourcePriority newPriority, MonotonicTime timestamp) ResponseReceived(RequestId requestId, LoaderId loaderId, MonotonicTime timestamp, ResourceType type, Response response, Boolean hasExtraInfo, Optional<FrameId> frameId) ResponseReceivedEarlyHints(RequestId requestId, Headers headers) ResponseReceivedExtraInfo(RequestId requestId, List<BlockedSetCookieWithReason> blockedCookies, Headers headers, IPAddressSpace resourceIPAddressSpace, Integer statusCode, Optional<String> headersText, Optional<CookiePartitionKey> cookiePartitionKey, Optional<Boolean> cookiePartitionKeyOpaque, Optional<List<ExemptedSetCookieWithReason>> exemptedCookies) SignedExchangeReceived(RequestId requestId, SignedExchangeInfo info) SubresourceWebBundleInnerResponseError(RequestId innerRequestId, String innerRequestURL, String errorMessage, Optional<RequestId> bundleRequestId) SubresourceWebBundleInnerResponseParsed(RequestId innerRequestId, String innerRequestURL, Optional<RequestId> bundleRequestId) SubresourceWebBundleMetadataError(RequestId requestId, String errorMessage) SubresourceWebBundleMetadataReceived(RequestId requestId, List<String> urls) TrustTokenOperationDone(TrustTokenOperationDone.Status status, TrustTokenOperationType type, RequestId requestId, Optional<String> topLevelOrigin, Optional<String> issuerOrigin, Optional<Integer> issuedTokenCount) 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) WebTransportClosed(RequestId transportId, MonotonicTime timestamp) WebTransportConnectionEstablished(RequestId transportId, MonotonicTime timestamp) WebTransportCreated(RequestId transportId, String url, MonotonicTime timestamp, Optional<Initiator> initiator) Constructor parameters in org.openqa.selenium.devtools.v141.network.model with type arguments of type RequestIdModifierConstructorDescriptionSubresourceWebBundleInnerResponseError(RequestId innerRequestId, String innerRequestURL, String errorMessage, Optional<RequestId> bundleRequestId) SubresourceWebBundleInnerResponseParsed(RequestId innerRequestId, String innerRequestURL, Optional<RequestId> bundleRequestId) -
Uses of RequestId in org.openqa.selenium.devtools.v141.preload.model
Methods in org.openqa.selenium.devtools.v141.preload.model that return RequestIdMethods in org.openqa.selenium.devtools.v141.preload.model that return types with arguments of type RequestIdConstructors in org.openqa.selenium.devtools.v141.preload.model with parameters of type RequestIdModifierConstructorDescriptionPrefetchStatusUpdated(PreloadingAttemptKey key, PreloadPipelineId pipelineId, FrameId initiatingFrameId, String prefetchUrl, PreloadingStatus status, PrefetchStatus prefetchStatus, RequestId requestId) -
Uses of RequestId in org.openqa.selenium.devtools.v141.storage.model
Methods in org.openqa.selenium.devtools.v141.storage.model that return RequestIdConstructors in org.openqa.selenium.devtools.v141.storage.model with parameters of type RequestIdModifierConstructorDescriptionInterestGroupAuctionNetworkRequestCreated(InterestGroupAuctionFetchType type, RequestId requestId, List<InterestGroupAuctionId> auctions)