Uses of Enum Class
org.openqa.selenium.devtools.v150.fedcm.model.LoginState
Packages that use LoginState
-
Uses of LoginState in org.openqa.selenium.devtools.v150.fedcm.model
Subclasses with type arguments of type LoginState in org.openqa.selenium.devtools.v150.fedcm.modelModifier and TypeClassDescriptionenumWhether this is a sign-up or sign-in action for this account, i.e.Methods in org.openqa.selenium.devtools.v150.fedcm.model that return LoginStateModifier and TypeMethodDescriptionstatic LoginStateLoginState.fromString(String s) Account.getLoginState()static LoginStateReturns the enum constant of this class with the specified name.static LoginState[]LoginState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v150.fedcm.model with parameters of type LoginState