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
|
setValue
click, clickAndHold, doubleClick, dragAndDrop, dragAndDropByOffset, isEnabled, keyDown, keyUp, mouseMove, mouseMoveOut, mouseOver, releaseClickAndHold, rightClick, sendKeys, type, typeAppend
getLabel, getValue
eval, 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, waitForVisible
boolean isOpen() throws WidgetException
WidgetException
void close() throws WidgetException
WidgetException
void chooseToday() throws WidgetException
WidgetException
void enterDate(String value) throws WidgetException
value
- - the desired date to be entered into the Calendar widgetWidgetException
Copyright © 2018. All rights reserved.