Uses of Class
org.openqa.selenium.devtools.fetch.model.AuthChallengeResponse.Response
-
Packages that use AuthChallengeResponse.Response Package Description org.openqa.selenium.devtools.fetch.model -
-
Uses of AuthChallengeResponse.Response in org.openqa.selenium.devtools.fetch.model
Methods in org.openqa.selenium.devtools.fetch.model that return AuthChallengeResponse.Response Modifier and Type Method Description static AuthChallengeResponse.ResponseAuthChallengeResponse.Response. fromString(java.lang.String s)AuthChallengeResponse.ResponseAuthChallengeResponse. getResponse()The decision on what to do in response to the authorization challenge.static AuthChallengeResponse.ResponseAuthChallengeResponse.Response. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AuthChallengeResponse.Response[]AuthChallengeResponse.Response. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.fetch.model with parameters of type AuthChallengeResponse.Response Constructor Description AuthChallengeResponse(AuthChallengeResponse.Response response, java.util.Optional<java.lang.String> username, java.util.Optional<java.lang.String> password)
-