public class HiddenHtmlRadioList extends HtmlRadioList
HiddenHtmlElementlog, properties| Constructor and Description |
|---|
HiddenHtmlRadioList(UiDriver uiDriver,
UiElementProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSelected(String value) |
void |
select(String value)
Select radio button
|
void |
verifyNotValue(String notExpectedValue)
Verify the selected value is NOT as specified
|
void |
verifyValue(String expectedValue)
Verify the selected value is as specified
|
checkTypeAndRules, getElementProperties, getElementProperty, getPropertyNamesToUseForMatch, getUiDriver, logAction, toStringpublic HiddenHtmlRadioList(UiDriver uiDriver, UiElementProperties properties)
public void select(String value)
select in class UiRadioListvalue - of the button to selectpublic boolean isSelected(String value)
isSelected in class UiRadioListpublic void verifyValue(String expectedValue)
verifyValue in class UiRadioListexpectedValue - public void verifyNotValue(String notExpectedValue)
verifyNotValue in class UiRadioListnotExpectedValue - Copyright © 2017 Axway Software. All rights reserved.