Interface AlertActionsContract
- All Known Implementing Classes:
AlertActions, AlertActions
public interface AlertActionsContract
Public contract for alert and prompt helpers.
-
Method Summary
-
Method Details
-
isAlertPresent
boolean isAlertPresent() -
acceptAlert
AlertActionsContract acceptAlert() -
dismissAlert
AlertActionsContract dismissAlert() -
getAlertText
String getAlertText() -
typeIntoPromptAlert
-