Class ConfirmDialog
- java.lang.Object
-
- org.primefaces.selenium.AbstractPrimePageFragment
-
- org.primefaces.selenium.component.base.AbstractComponent
-
- org.primefaces.selenium.component.Dialog
-
- org.primefaces.selenium.component.ConfirmDialog
-
- All Implemented Interfaces:
org.openqa.selenium.SearchContext,org.openqa.selenium.TakesScreenshot,org.openqa.selenium.WebElement,org.openqa.selenium.WrapsElement
public abstract class ConfirmDialog extends Dialog
Component wrapper for the PrimeFacesp:confirmDialog.
-
-
Constructor Summary
Constructors Constructor Description ConfirmDialog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.WebElementgetIcon()org.openqa.selenium.WebElementgetMessage()CommandButtongetNoButton()CommandButtongetYesButton()-
Methods inherited from class org.primefaces.selenium.component.Dialog
getContent, getTitle, hide, isVisible, show
-
Methods inherited from class org.primefaces.selenium.component.base.AbstractComponent
destroy, getWidgetByIdScript, getWidgetConfiguration, getWidgetConfigurationAsString, isAjaxified, isAjaxified
-
Methods inherited from class org.primefaces.selenium.AbstractPrimePageFragment
getElementLocator, getId, getRoot, getWebDriver, getWrappedElement, setElementLocator, setWebDriver
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openqa.selenium.WebElement
clear, click, findElement, findElements, getAccessibleName, getAriaRole, getAttribute, getCssValue, getDomAttribute, getDomProperty, getLocation, getRect, getShadowRoot, getSize, getTagName, getText, isDisplayed, isEnabled, isSelected, sendKeys, submit
-
-
-
-
Method Detail
-
getMessage
public org.openqa.selenium.WebElement getMessage()
-
getIcon
public org.openqa.selenium.WebElement getIcon()
-
getYesButton
public CommandButton getYesButton()
-
getNoButton
public CommandButton getNoButton()
-
-