public class SwingCheckBox extends UiCheckBox
Can be identified by:
log, properties| Constructor and Description |
|---|
SwingCheckBox(UiDriver uiDriver,
UiElementProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
check()
Check the CheckBox
|
boolean |
isChecked()
Tells whether the check box is checked
|
void |
unCheck()
Uncheck the CheckBox
|
void |
verifyChecked()
Verify the check box is checked
|
void |
verifyNotChecked()
Verify the check box is not checked
|
checkTypeAndRules, getElementProperties, getElementProperty, getPropertyNamesToUseForMatch, getUiDriver, logAction, toStringpublic SwingCheckBox(UiDriver uiDriver, UiElementProperties properties)
public void check()
check in class UiCheckBoxVerificationException - if the element doesn't existpublic boolean isChecked()
UiCheckBoxisChecked in class UiCheckBoxVerificationException - if the element doesn't existpublic void unCheck()
unCheck in class UiCheckBoxVerificationException - if the element doesn't existpublic void verifyChecked()
verifyChecked in class UiCheckBoxVerificationException - - if the verification fails or the element does not existpublic void verifyNotChecked()
verifyNotChecked in class UiCheckBoxVerificationException - - if the verification fails or the element does not existCopyright © 2017 Axway Software. All rights reserved.