Uses of Enum Class
com.hp.lft.sdk.web.DialogButton
Packages that use DialogButton
-
Uses of DialogButton in com.hp.lft.sdk.web
Methods in com.hp.lft.sdk.web that return DialogButtonModifier and TypeMethodDescriptionstatic DialogButton
Returns 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.Methods in com.hp.lft.sdk.web with parameters of type DialogButtonModifier and TypeMethodDescriptionvoid
Browser.handleDialog
(DialogButton button) Clicks a button on the alert, confirmation, or prompt message box.