Class Message
java.lang.Object
org.primefaces.selenium.AbstractPrimePageFragment
org.primefaces.selenium.component.base.AbstractComponent
org.primefaces.selenium.component.Message
- All Implemented Interfaces:
org.openqa.selenium.SearchContext,org.openqa.selenium.TakesScreenshot,org.openqa.selenium.WebElement,org.openqa.selenium.WrapsElement
Component wrapper for the PrimeFaces
p:message.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openqa.selenium.WebElementorg.openqa.selenium.WebElementorg.openqa.selenium.WebElementorg.openqa.selenium.WebElementorg.openqa.selenium.WebElementorg.openqa.selenium.WebElementorg.openqa.selenium.WebElementorg.openqa.selenium.WebElementorg.openqa.selenium.WebElementorg.openqa.selenium.WebElementorg.openqa.selenium.WebElementorg.openqa.selenium.WebElementMethods inherited from class org.primefaces.selenium.component.base.AbstractComponent
destroy, getWidgetByIdScript, getWidgetConfiguration, getWidgetConfigurationAsString, isAjaxified, isAjaxifiedMethods inherited from class org.primefaces.selenium.AbstractPrimePageFragment
getElementLocator, getId, getRoot, getWebDriver, getWrappedElement, setElementLocator, setWebDriverMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openqa.selenium.TakesScreenshot
getScreenshotAsMethods 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
-
Constructor Details
-
Message
public Message()
-
-
Method Details
-
getIconError
public org.openqa.selenium.WebElement getIconError() -
getIconInfo
public org.openqa.selenium.WebElement getIconInfo() -
getIconWarn
public org.openqa.selenium.WebElement getIconWarn() -
getIconFatal
public org.openqa.selenium.WebElement getIconFatal() -
getDetailError
public org.openqa.selenium.WebElement getDetailError() -
getDetailInfo
public org.openqa.selenium.WebElement getDetailInfo() -
getDetailWarn
public org.openqa.selenium.WebElement getDetailWarn() -
getDetailFatal
public org.openqa.selenium.WebElement getDetailFatal() -
getSummaryError
public org.openqa.selenium.WebElement getSummaryError() -
getSummaryInfo
public org.openqa.selenium.WebElement getSummaryInfo() -
getSummaryWarn
public org.openqa.selenium.WebElement getSummaryWarn() -
getSummaryFatal
public org.openqa.selenium.WebElement getSummaryFatal()
-