Uses of Enum Class
org.openqa.selenium.devtools.v141.fetch.model.AuthChallengeResponse.Response
Packages that use AuthChallengeResponse.Response
-
Uses of AuthChallengeResponse.Response in org.openqa.selenium.devtools.v141.fetch.model
Methods in org.openqa.selenium.devtools.v141.fetch.model that return AuthChallengeResponse.ResponseModifier and TypeMethodDescriptionAuthChallengeResponse.Response.fromString(String s) AuthChallengeResponse.getResponse()The decision on what to do in response to the authorization challenge.Returns the enum constant of this class with the specified name.static AuthChallengeResponse.Response[]AuthChallengeResponse.Response.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.fetch.model with parameters of type AuthChallengeResponse.ResponseModifierConstructorDescriptionAuthChallengeResponse(AuthChallengeResponse.Response response, Optional<String> username, Optional<String> password)