Class DatePicker
- java.lang.Object
 - 
- com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
 - 
- com.atlassian.confluence.pageobjects.component.form.DatePicker
 
 
 
- 
- All Implemented Interfaces:
 PageComponent
@Deprecated public class DatePicker extends ConfluenceAbstractPageComponent
Deprecated.in 5.8. UseDatePickerinstead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects. See the new README. 
- 
- 
Field Summary
- 
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, frameExecutor, javascriptExecutor, pageBinder, pageElementFinder, timeouts 
 - 
 
- 
Constructor Summary
Constructors Constructor Description DatePicker(com.atlassian.pageobjects.elements.PageElement element)Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DatePickerclickDay(int day)Deprecated.DatePickerclickPreviousMonth()Deprecated.StringgetValue()Deprecated.com.atlassian.pageobjects.elements.query.TimedConditionopenDatePicker()Deprecated.Clicks on the input field to open the date picker.voidwaitUntilClosed()Deprecated. 
 - 
 
- 
- 
Method Detail
- 
getValue
public String getValue()
Deprecated. 
- 
waitUntilClosed
public void waitUntilClosed()
Deprecated. 
- 
openDatePicker
public com.atlassian.pageobjects.elements.query.TimedCondition openDatePicker()
Deprecated.Clicks on the input field to open the date picker.- Returns:
 - a TimedCondition to check whether the date picker is visible
 
 
- 
clickPreviousMonth
public DatePicker clickPreviousMonth()
Deprecated. 
- 
clickDay
public DatePicker clickDay(int day)
Deprecated. 
 - 
 
 -