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 Detail

      • ConfirmPopup

        public ConfirmPopup()
    • Method Detail

      • getMessage

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

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

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

        public void hidePopup()
        Hides the overlay panel.