Uses of Class
org.openqa.selenium.devtools.fetch.model.AuthChallenge.Source
-
Packages that use AuthChallenge.Source Package Description org.openqa.selenium.devtools.fetch.model -
-
Uses of AuthChallenge.Source in org.openqa.selenium.devtools.fetch.model
Methods in org.openqa.selenium.devtools.fetch.model that return AuthChallenge.Source Modifier and Type Method Description static AuthChallenge.Source
AuthChallenge.Source. fromString(java.lang.String s)
static AuthChallenge.Source
AuthChallenge.Source. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AuthChallenge.Source[]
AuthChallenge.Source. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.devtools.fetch.model that return types with arguments of type AuthChallenge.Source Modifier and Type Method Description java.util.Optional<AuthChallenge.Source>
AuthChallenge. getSource()
Source of the authentication challenge.Constructor parameters in org.openqa.selenium.devtools.fetch.model with type arguments of type AuthChallenge.Source Constructor Description AuthChallenge(java.util.Optional<AuthChallenge.Source> source, java.lang.String origin, java.lang.String scheme, java.lang.String realm)
-