Uses of Enum Class
org.openqa.selenium.devtools.v141.fedcm.model.AccountUrlType
Packages that use AccountUrlType
Package
Description
-
Uses of AccountUrlType in org.openqa.selenium.devtools.v141.fedcm
Methods in org.openqa.selenium.devtools.v141.fedcm with parameters of type AccountUrlTypeModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> FedCm.openUrl(String dialogId, Integer accountIndex, AccountUrlType accountUrlType) -
Uses of AccountUrlType in org.openqa.selenium.devtools.v141.fedcm.model
Methods in org.openqa.selenium.devtools.v141.fedcm.model that return AccountUrlTypeModifier and TypeMethodDescriptionstatic AccountUrlTypeAccountUrlType.fromString(String s) static AccountUrlTypeReturns the enum constant of this class with the specified name.static AccountUrlType[]AccountUrlType.values()Returns an array containing the constants of this enum class, in the order they are declared.