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)
AuthChallenge.Source
AuthChallenge. getSource()
Source of the authentication challenge.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.Constructors in org.openqa.selenium.devtools.fetch.model with parameters of type AuthChallenge.Source Constructor Description AuthChallenge(AuthChallenge.Source source, java.lang.String origin, java.lang.String scheme, java.lang.String realm)
-