Class ConfirmPopup
- java.lang.Object
-
- org.primefaces.selenium.AbstractPrimePageFragment
-
- org.primefaces.selenium.component.base.AbstractComponent
-
- org.primefaces.selenium.component.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 PrimeFacesp:confirmPopup.
-
-
Constructor Summary
Constructors Constructor Description ConfirmPopup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.WebElementgetIcon()org.openqa.selenium.WebElementgetMessage()CommandButtongetNoButton()CommandButtongetYesButton()voidhidePopup()Hides the overlay panel.booleanisVisible()Is the popup currently visible.-
Methods inherited from class org.primefaces.selenium.component.base.AbstractComponent
getWidgetByIdScript, getWidgetConfiguration, getWidgetConfigurationAsString, isAjaxified, isAjaxified
-
Methods inherited from class org.primefaces.selenium.AbstractPrimePageFragment
getElementLocator, getId, getRoot, getWebDriver, getWrappedElement, setElementLocator, setWebDriver
-
-
-
-
Method Detail
-
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.
-
-