net.thucydides.core.webelements
Class RadioButtonGroup

Package class diagram package RadioButtonGroup
java.lang.Object
  extended by net.thucydides.core.webelements.RadioButtonGroup

public class RadioButtonGroup
extends Object


Constructor Summary
RadioButtonGroup(List<org.openqa.selenium.WebElement> radioButtons)
           
 
Method Summary
 com.google.common.base.Optional<String> getSelectedValue()
           
 void selectByValue(String value)
           
 void selectByVisibleText(String label)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RadioButtonGroup

public RadioButtonGroup(List<org.openqa.selenium.WebElement> radioButtons)
Method Detail

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.