net.thucydides.core.webelements
Class RadioButtonGroup
java.lang.Object
net.thucydides.core.webelements.RadioButtonGroup
public class RadioButtonGroup
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RadioButtonGroup
public RadioButtonGroup(List<org.openqa.selenium.WebElement> radioButtons)
getSelectedValue
public com.google.common.base.Optional<String> getSelectedValue()
selectByValue
public void selectByValue(String value)
selectByVisibleText
public void selectByVisibleText(String label)
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.