com.atlassian.confluence.webdriver.pageobjects.component.form.DatePicker
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public class DatePicker extends ConfluenceAbstractPageComponent
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
Constructor and Description |
---|
DatePicker(com.atlassian.pageobjects.elements.PageElement element)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DatePicker |
clickDay(int day)
Deprecated.
|
DatePicker |
clickPreviousMonth()
Deprecated.
|
String |
getValue()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
openDatePicker()
Deprecated.
Clicks on the input field to open the date picker.
|
void |
waitUntilClosed()
Deprecated.
|
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 clickDay(int day)
Copyright © 2003–2020 Atlassian. All rights reserved.