public class RadioButtonGroup
extends java.lang.Object
| Constructor and Description |
|---|
RadioButtonGroup(java.util.List<org.openqa.selenium.WebElement> radioButtons) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<java.lang.String> |
getSelectedValue() |
void |
selectByValue(java.lang.String value) |
void |
selectByVisibleText(java.lang.String label) |