public class MobileCheckBox extends UiCheckBox
Can be identified by:
log, properties| Constructor and Description |
|---|
MobileCheckBox(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 MobileCheckBox(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.