Uses of Enum Class
org.openqa.selenium.devtools.v141.network.model.ErrorReason
Packages that use ErrorReason
Package
Description
-
Uses of ErrorReason in org.openqa.selenium.devtools.v141.fetch
Methods in org.openqa.selenium.devtools.v141.fetch with parameters of type ErrorReasonModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Fetch.failRequest(RequestId requestId, ErrorReason errorReason) Causes the request to fail with specified reason. -
Uses of ErrorReason in org.openqa.selenium.devtools.v141.fetch.model
Methods in org.openqa.selenium.devtools.v141.fetch.model that return types with arguments of type ErrorReasonModifier and TypeMethodDescriptionRequestPaused.getResponseErrorReason()Response error if intercepted at response stage.Constructor parameters in org.openqa.selenium.devtools.v141.fetch.model with type arguments of type ErrorReasonModifierConstructorDescriptionRequestPaused(RequestId requestId, Request request, FrameId frameId, ResourceType resourceType, Optional<ErrorReason> responseErrorReason, Optional<Integer> responseStatusCode, Optional<String> responseStatusText, Optional<List<HeaderEntry>> responseHeaders, Optional<RequestId> networkId, Optional<RequestId> redirectedRequestId) -
Uses of ErrorReason in org.openqa.selenium.devtools.v141.network
Method parameters in org.openqa.selenium.devtools.v141.network with type arguments of type ErrorReasonModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Network.continueInterceptedRequest(InterceptionId interceptionId, Optional<ErrorReason> errorReason, Optional<String> rawResponse, Optional<String> url, Optional<String> method, Optional<String> postData, Optional<Headers> headers, Optional<AuthChallengeResponse> authChallengeResponse) Deprecated. -
Uses of ErrorReason in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return ErrorReasonModifier and TypeMethodDescriptionstatic ErrorReasonErrorReason.fromString(String s) static ErrorReasonReturns the enum constant of this class with the specified name.static ErrorReason[]ErrorReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v141.network.model that return types with arguments of type ErrorReasonModifier and TypeMethodDescriptionRequestIntercepted.getResponseErrorReason()Deprecated.Response error if intercepted at response stage or if redirect occurred while intercepting request.