public class RealHtmlRadioList extends HtmlRadioList
RealHtmlElementlog, properties| Constructor and Description |
|---|
RealHtmlRadioList(UiDriver uiDriver,
UiElementProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSelected(String value) |
void |
select(String value)
set the selected value
|
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 RealHtmlRadioList(UiDriver uiDriver, UiElementProperties properties)
public void select(String value)
select in class UiRadioListvalue - the value to select(this is the 'value' attribute of the radio button)public 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.