Uses of Enum Class
org.openqa.selenium.devtools.v141.fedcm.model.DialogType
Packages that use DialogType
-
Uses of DialogType in org.openqa.selenium.devtools.v141.fedcm.model
Methods in org.openqa.selenium.devtools.v141.fedcm.model that return DialogTypeModifier and TypeMethodDescriptionstatic DialogTypeDialogType.fromString(String s) DialogShown.getDialogType()static DialogTypeReturns the enum constant of this class with the specified name.static DialogType[]DialogType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.fedcm.model with parameters of type DialogTypeModifierConstructorDescriptionDialogShown(String dialogId, DialogType dialogType, List<Account> accounts, String title, Optional<String> subtitle)