Uses of Class
com.shaft.gui.element.AlertActions
Packages that use AlertActions
-
Uses of AlertActions in com.shaft.driver
Methods in com.shaft.driver that return AlertActions -
Uses of AlertActions in com.shaft.driver.internal
Methods in com.shaft.driver.internal that return AlertActionsModifier and TypeMethodDescriptionFluentWebDriverAction.alert()FluentWebDriverAction.performAlertAction() -
Uses of AlertActions in com.shaft.gui.element
Methods in com.shaft.gui.element that return AlertActionsModifier and TypeMethodDescriptionAlertActions.acceptAlert()Accepts (clicks "OK" on) the currently displayed alert, confirm, or prompt dialog.AlertActions.dismissAlert()Dismisses (clicks "Cancel" on) the currently displayed alert or confirm dialog.AlertActions.typeIntoPromptAlert(String text) Types the specified text into a JavaScript prompt dialog's input field.