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