Class AlertActions


public class AlertActions extends FluentWebDriverAction
  • Constructor Details

    • AlertActions

      public AlertActions()
    • AlertActions

      public AlertActions(org.openqa.selenium.WebDriver driver)
    • AlertActions

      public AlertActions(DriverFactoryHelper helper)
  • Method Details

    • isAlertPresent

      public boolean isAlertPresent()
    • acceptAlert

      public AlertActions acceptAlert()
    • dismissAlert

      public AlertActions dismissAlert()
    • getAlertText

      public String getAlertText()
    • typeIntoPromptAlert

      public AlertActions typeIntoPromptAlert(String text)