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
|
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
void check() throws WidgetException
WidgetException
void uncheck() throws WidgetException
WidgetException
boolean isChecked() throws WidgetException
WidgetException
void 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 checkedWidgetException
WidgetTimeoutException
void waitForUnchecked(long timeout) throws WidgetException, WidgetTimeoutException
timeout
- - the designated length of time that this method will wait for
the CheckBox to be uncheckedWidgetException
WidgetTimeoutException
Copyright © 2018. All rights reserved.