public class RealHtmlCheckBox extends HtmlCheckBox
RealHtmlElementlog, properties| Constructor and Description |
|---|
RealHtmlCheckBox(UiDriver uiDriver,
UiElementProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
check()
Check the check box
|
boolean |
isChecked()
Tells whether the check box is checked
|
void |
unCheck()
Uncheck the check box
|
void |
verifyChecked()
Verify the check box is checked
throws an error if verification fail
|
void |
verifyNotChecked()
Verify the check box is not checked
throws an error if verification fail
|
checkTypeAndRules, getElementProperties, getElementProperty, getPropertyNamesToUseForMatch, getUiDriver, logAction, toStringpublic RealHtmlCheckBox(UiDriver uiDriver, UiElementProperties properties)
public void check()
check in class UiCheckBoxpublic void unCheck()
unCheck in class UiCheckBoxpublic boolean isChecked()
isChecked in class UiCheckBoxpublic void verifyChecked()
verifyChecked in class UiCheckBoxpublic void verifyNotChecked()
verifyNotChecked in class UiCheckBoxCopyright © 2017 Axway Software. All rights reserved.