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