public class DatePicker extends ConfluenceAbstractPageComponent
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
Constructor and Description |
---|
DatePicker(com.atlassian.pageobjects.elements.PageElement element) |
Modifier and Type | Method and Description |
---|---|
DatePicker |
clickDay(int day) |
DatePicker |
clickNextMonth() |
DatePicker |
clickPreviousMonth() |
String |
getValue() |
com.atlassian.pageobjects.elements.query.TimedCondition |
openDatePicker()
Clicks on the input field to open the date picker.
|
void |
waitUntilClosed() |
getComponent
public DatePicker(com.atlassian.pageobjects.elements.PageElement element)
public String getValue()
public void waitUntilClosed()
public com.atlassian.pageobjects.elements.query.TimedCondition openDatePicker()
public DatePicker clickPreviousMonth()
public DatePicker clickNextMonth()
public DatePicker clickDay(int day)
Copyright © 2003–2016 Atlassian. All rights reserved.