Uses of Enum Class
org.openqa.selenium.devtools.v141.fetch.model.AuthChallenge.Source
Packages that use AuthChallenge.Source
-
Uses of AuthChallenge.Source in org.openqa.selenium.devtools.v141.fetch.model
Methods in org.openqa.selenium.devtools.v141.fetch.model that return AuthChallenge.SourceModifier and TypeMethodDescriptionstatic AuthChallenge.SourceAuthChallenge.Source.fromString(String s) static AuthChallenge.SourceReturns the enum constant of this class with the specified name.static AuthChallenge.Source[]AuthChallenge.Source.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v141.fetch.model that return types with arguments of type AuthChallenge.SourceModifier and TypeMethodDescriptionAuthChallenge.getSource()Source of the authentication challenge.Constructor parameters in org.openqa.selenium.devtools.v141.fetch.model with type arguments of type AuthChallenge.SourceModifierConstructorDescriptionAuthChallenge(Optional<AuthChallenge.Source> source, String origin, String scheme, String realm)