Class HiddenHtmlCheckBox
- java.lang.Object
-
- com.axway.ats.uiengine.elements.UiElement
-
- com.axway.ats.uiengine.elements.UiCheckBox
-
- com.axway.ats.uiengine.elements.html.HtmlCheckBox
-
- com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlCheckBox
-
public class HiddenHtmlCheckBox extends HtmlCheckBox
An HTML Check Box- See Also:
HiddenHtmlElement
-
-
Field Summary
-
Fields inherited from class com.axway.ats.uiengine.elements.UiElement
log, properties
-
-
Constructor Summary
Constructors Constructor Description HiddenHtmlCheckBox(UiDriver uiDriver, UiElementProperties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheck()Check the check boxbooleanisChecked()Tells whether the check box is checkedvoidunCheck()Uncheck the check boxvoidverifyChecked()Verify the check box is checked throws an error if verification failvoidverifyNotChecked()Verify the check box is not checked throws an error if verification fail-
Methods inherited from class com.axway.ats.uiengine.elements.UiElement
checkTypeAndRules, getElementProperties, getElementProperty, getPropertyNamesToUseForMatch, getUiDriver, logAction, toString
-
-
-
-
Constructor Detail
-
HiddenHtmlCheckBox
public HiddenHtmlCheckBox(UiDriver uiDriver, UiElementProperties properties)
-
-
Method Detail
-
check
public void check()
Check the check box- Specified by:
checkin classUiCheckBox
-
unCheck
public void unCheck()
Uncheck the check box- Specified by:
unCheckin classUiCheckBox
-
isChecked
public boolean isChecked()
Tells whether the check box is checked- Specified by:
isCheckedin classUiCheckBox
-
verifyChecked
public void verifyChecked()
Verify the check box is checked throws an error if verification fail- Specified by:
verifyCheckedin classUiCheckBox
-
verifyNotChecked
public void verifyNotChecked()
Verify the check box is not checked throws an error if verification fail- Specified by:
verifyNotCheckedin classUiCheckBox
-
-