Package org.xwiki.flashmessages.test.po
Class FlashSlider
java.lang.Object
org.xwiki.test.ui.po.BaseElement
org.xwiki.flashmessages.test.po.FlashSlider
public class FlashSlider
extends org.xwiki.test.ui.po.BaseElement
Represents a Flash Messages slider.
- Since:
- 1.1.2
- Version:
- $Id$
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
Constructor Details
-
FlashSlider
public FlashSlider()
-
-
Method Details
-
containsMessage
Contains message- Parameters:
date- the date of the flash entrymessage- the message of the flash entry- Returns:
- if the described message is present in the slider or not
-