public interface ICalendar extends IEditableElement
| Modifier and Type | Method and Description |
|---|---|
void |
chooseToday()
Implementing this method would allow for selecting the current date in
the Calendar widget
|
void |
close()
Implementing this method would allow for closing the Calendar widget
|
void |
enterDate(String value)
Implementing this method would allow for inputting a specific date into
the Calendar widget
|
boolean |
isOpen()
Implementing this method would allow for checking to see if the Calendar
widget is opened or closed
|
setValueclick, clickAndHold, doubleClick, dragAndDrop, dragAndDropByOffset, isEnabled, keyDown, keyUp, mouseMove, mouseMoveOut, mouseOver, releaseClickAndHold, rightClick, sendKeys, type, typeAppendgetLabel, getValueeval, fireEvent, focusOn, getAttribute, getByLocator, getChildNodesValuesText, getCssValue, getInnerHTML, getLocationX, getLocationY, getLocator, getText, getWebElement, hasText, highlight, highlight, isAttributePresent, isElementNotPresent, isElementNotPresent, isElementPresent, isElementPresent, isElementPresent, isElementVisible, isElementVisible, isWithinBoundsOfWindow, scrollTo, waitForAttribute, waitForAttribute, waitForAttributeEqualTo, waitForAttributeEqualTo, waitForAttributeNotEqualTo, waitForAttributeNotEqualTo, waitForElementNotPresent, waitForElementNotPresent, waitForElementPresent, waitForElementPresent, waitForEnabled, waitForEnabled, waitForNotAttribute, waitForNotAttribute, waitForNotVisible, waitForNotVisible, waitForText, waitForText, waitForVisible, waitForVisibleboolean isOpen()
throws WidgetException
WidgetExceptionvoid close()
throws WidgetException
WidgetExceptionvoid chooseToday()
throws WidgetException
WidgetExceptionvoid enterDate(String value) throws WidgetException
value - - the desired date to be entered into the Calendar widgetWidgetExceptionCopyright © 2018. All rights reserved.