Class ConfirmPopup

All Implemented Interfaces:
org.openqa.selenium.SearchContext, org.openqa.selenium.TakesScreenshot, org.openqa.selenium.WebElement, org.openqa.selenium.WrapsElement

public abstract class ConfirmPopup extends AbstractComponent
Component wrapper for the PrimeFaces p:confirmPopup.
  • Constructor Details

    • ConfirmPopup

      public ConfirmPopup()
  • Method Details

    • getMessage

      public org.openqa.selenium.WebElement getMessage()
    • getIcon

      public org.openqa.selenium.WebElement getIcon()
    • getYesButton

      public CommandButton getYesButton()
    • getNoButton

      public CommandButton getNoButton()
    • isVisible

      public boolean isVisible()
      Is the popup currently visible.
      Returns:
      true if visible false if not
    • hidePopup

      public void hidePopup()
      Hides the overlay panel.