Uses of Class
org.openqa.selenium.devtools.v97.network.model.ErrorReason
-
-
Uses of ErrorReason in org.openqa.selenium.devtools.v97.fetch
Methods in org.openqa.selenium.devtools.v97.fetch with parameters of type ErrorReason Modifier and Type Method Description static org.openqa.selenium.devtools.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.v97.fetch.model
Methods in org.openqa.selenium.devtools.v97.fetch.model that return types with arguments of type ErrorReason Modifier and Type Method Description java.util.Optional<ErrorReason>RequestPaused. getResponseErrorReason()Response error if intercepted at response stage.Constructor parameters in org.openqa.selenium.devtools.v97.fetch.model with type arguments of type ErrorReason Constructor Description RequestPaused(RequestId requestId, Request request, FrameId frameId, ResourceType resourceType, java.util.Optional<ErrorReason> responseErrorReason, java.util.Optional<java.lang.Integer> responseStatusCode, java.util.Optional<java.lang.String> responseStatusText, java.util.Optional<java.util.List<HeaderEntry>> responseHeaders, java.util.Optional<RequestId> networkId) -
Uses of ErrorReason in org.openqa.selenium.devtools.v97.network
Method parameters in org.openqa.selenium.devtools.v97.network with type arguments of type ErrorReason Modifier and Type Method Description static org.openqa.selenium.devtools.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.v97.network.model
Methods in org.openqa.selenium.devtools.v97.network.model that return ErrorReason Modifier and Type Method Description static ErrorReasonErrorReason. fromString(java.lang.String s)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.Methods in org.openqa.selenium.devtools.v97.network.model that return types with arguments of type ErrorReason Modifier and Type Method Description java.util.Optional<ErrorReason>RequestIntercepted. getResponseErrorReason()Deprecated.Response error if intercepted at response stage or if redirect occurred while intercepting request.
-