Package org.xwiki.test.ui.po
Class DateRangePicker
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.test.ui.po.DateRangePicker
-
public class DateRangePicker extends BaseElement
Represents the actions possible on the date range picker widget.- Since:
- 15.5, 14.10.14
- Version:
- $Id: 529579e6f6e02e751e8e0a3e86cc9ce4711b5d75 $
-
-
Constructor Summary
Constructors Constructor Description DateRangePicker(org.openqa.selenium.WebElement element)
Get the date range picker corresponding to the given element.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
applyRange()
Apply the selected range.void
clearRange()
Clear the selected range.-
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-