public interface ICheckBox extends IEditableElement
| Modifier and Type | Method and Description |
|---|---|
void |
check()
Implementing this method would allow for checking the CheckBox widget
|
boolean |
isChecked()
Implementing this method would allow being able to tell if the CheckBox
widget is checked or not
|
void |
uncheck()
Implementing this method would allow for unchecking the CheckBox widget
|
void |
waitForChecked()
Implementing this method would allow for waiting until the CheckBox has
been checked
|
void |
waitForChecked(long timeout)
Implementing this method would allow for waiting until the CheckBox has
been checked
|
void |
waitForUnchecked()
Implementing this method would allow for waiting until the CheckBox has
been unchecked
|
void |
waitForUnchecked(long timeout)
Implementing this method would allow for waiting until the CheckBox has
been unchecked
|
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, waitForVisiblevoid check()
throws WidgetException
WidgetExceptionvoid uncheck()
throws WidgetException
WidgetExceptionboolean isChecked()
throws WidgetException
WidgetExceptionvoid waitForChecked()
throws WidgetException,
WidgetTimeoutException
void waitForUnchecked()
throws WidgetException,
WidgetTimeoutException
void waitForChecked(long timeout)
throws WidgetException,
WidgetTimeoutException
timeout - - the designated length of time that this method will wait for
the CheckBox to be checkedWidgetExceptionWidgetTimeoutExceptionvoid waitForUnchecked(long timeout)
throws WidgetException,
WidgetTimeoutException
timeout - - the designated length of time that this method will wait for
the CheckBox to be uncheckedWidgetExceptionWidgetTimeoutExceptionCopyright © 2018. All rights reserved.