Class AlertActions
java.lang.Object
com.shaft.gui.playwright.element.AlertActions
- All Implemented Interfaces:
AlertActionsContract
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AlertActions
-
-
Method Details
-
isAlertPresent
public boolean isAlertPresent()- Specified by:
isAlertPresentin interfaceAlertActionsContract
-
acceptAlert
- Specified by:
acceptAlertin interfaceAlertActionsContract
-
dismissAlert
- Specified by:
dismissAlertin interfaceAlertActionsContract
-
getAlertText
- Specified by:
getAlertTextin interfaceAlertActionsContract
-
typeIntoPromptAlert
- Specified by:
typeIntoPromptAlertin interfaceAlertActionsContract
-