public abstract class Calendar extends AbstractInputComponent
| Constructor and Description |
|---|
Calendar() |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebElement |
getInput() |
long |
getTimezoneOffset() |
LocalDateTime |
getValue() |
String |
millisAsFormattedDate(long millis) |
void |
setValue(LocalDate localDate) |
void |
setValue(LocalDateTime dateTime) |
void |
setValue(long millis) |
getAssignedLabel, getAssignedLabelText, isEnabledgetWidgetByIdScript, getWidgetConfiguration, getWidgetConfigurationAsStringgetElementLocator, getId, getRoot, getWebDriver, getWrappedElement, setElementLocator, setWebDriverclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic LocalDateTime getValue()
public void setValue(LocalDate localDate)
public void setValue(LocalDateTime dateTime)
public void setValue(long millis)
public String millisAsFormattedDate(long millis)
public long getTimezoneOffset()
public org.openqa.selenium.WebElement getInput()
getInput in class AbstractInputComponentCopyright © 2020. All rights reserved.