public class RadioButtonGroup extends Object
Constructor and Description |
---|
RadioButtonGroup(List<org.openqa.selenium.WebElement> radioButtons) |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<String> |
getSelectedValue() |
void |
selectByValue(String value) |
void |
selectByVisibleText(String label) |
public RadioButtonGroup(List<org.openqa.selenium.WebElement> radioButtons)
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.