Uses of Class
org.openqa.selenium.devtools.network.model.ErrorReason
-
Packages that use ErrorReason Package Description org.openqa.selenium.devtools.fetch org.openqa.selenium.devtools.fetch.model org.openqa.selenium.devtools.network org.openqa.selenium.devtools.network.model -
-
Uses of ErrorReason in org.openqa.selenium.devtools.fetch
Methods in org.openqa.selenium.devtools.fetch with parameters of type ErrorReason Modifier and Type Method Description static Command<java.lang.Void>Fetch. failRequest(RequestId requestId, ErrorReason errorReason)Causes the request to fail with specified reason. -
Uses of ErrorReason in org.openqa.selenium.devtools.fetch.model
Methods in org.openqa.selenium.devtools.fetch.model that return ErrorReason Modifier and Type Method Description ErrorReasonRequestPaused. getResponseErrorReason()Response error if intercepted at response stage.Constructors in org.openqa.selenium.devtools.fetch.model with parameters of type ErrorReason Constructor Description RequestPaused(RequestId requestId, Request request, FrameId frameId, ResourceType resourceType, ErrorReason responseErrorReason, java.lang.Integer responseStatusCode, java.util.List<HeaderEntry> responseHeaders, RequestId networkId) -
Uses of ErrorReason in org.openqa.selenium.devtools.network
Method parameters in org.openqa.selenium.devtools.network with type arguments of type ErrorReason Modifier and Type Method Description static Command<java.lang.Void>Network. continueInterceptedRequest(InterceptionId interceptionId, java.util.Optional<ErrorReason> errorReason, java.util.Optional<java.lang.String> rawResponse, java.util.Optional<java.lang.String> url, java.util.Optional<java.lang.String> method, java.util.Optional<java.lang.String> postData, java.util.Optional<Headers> headers, java.util.Optional<AuthChallengeResponse> authChallengeResponse)Deprecated. -
Uses of ErrorReason in org.openqa.selenium.devtools.network.model
Methods in org.openqa.selenium.devtools.network.model that return ErrorReason Modifier and Type Method Description static ErrorReasonErrorReason. fromString(java.lang.String s)ErrorReasonRequestIntercepted. getResponseErrorReason()Deprecated.Response error if intercepted at response stage or if redirect occurred while intercepting request.static ErrorReasonErrorReason. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ErrorReason[]ErrorReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.network.model with parameters of type ErrorReason Constructor Description 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.
-