public class SwingRadioButton extends UiElement
Can be identified by:
log, properties| Constructor and Description |
|---|
SwingRadioButton(UiDriver uiDriver,
UiElementProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSelected()
Check if the radio button is selected or not
|
void |
select()
Select radio button
|
void |
verifyNotSelected()
Verify the selected value is NOT as specified
|
void |
verifySelected()
Verify the selected value is as specified
|
checkTypeAndRules, getElementProperties, getElementProperty, getPropertyNamesToUseForMatch, getUiDriver, logAction, toStringpublic SwingRadioButton(UiDriver uiDriver, UiElementProperties properties)
public boolean isSelected()
VerificationException - if the element doesn't existpublic void select()
VerificationException - if the element doesn't existpublic void verifySelected()
expectedValue - VerificationException - if the element doesn't exist or the verification failspublic void verifyNotSelected()
notExpectedValue - VerificationException - if the element doesn't exist or the verification failsCopyright © 2017 Axway Software. All rights reserved.