Uses of Class
org.openqa.selenium.devtools.v141.network.model.Response
Packages that use Response
-
Uses of Response in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return ResponseModifier and TypeMethodDescriptionSignedExchangeInfo.getOuterResponse()The outer response of signed HTTP exchange which was received from network.ResponseReceived.getResponse()Response data.Methods in org.openqa.selenium.devtools.v141.network.model that return types with arguments of type ResponseModifier and TypeMethodDescriptionRequestWillBeSent.getRedirectResponse()Redirect response data.CachedResource.getResponse()Cached response data.Constructors in org.openqa.selenium.devtools.v141.network.model with parameters of type ResponseModifierConstructorDescriptionResponseReceived(RequestId requestId, LoaderId loaderId, MonotonicTime timestamp, ResourceType type, Response response, Boolean hasExtraInfo, Optional<FrameId> frameId) SignedExchangeInfo(Response outerResponse, Boolean hasExtraInfo, Optional<SignedExchangeHeader> header, Optional<SecurityDetails> securityDetails, Optional<List<SignedExchangeError>> errors) Constructor parameters in org.openqa.selenium.devtools.v141.network.model with type arguments of type ResponseModifierConstructorDescriptionCachedResource(String url, ResourceType type, Optional<Response> response, Number bodySize) 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)