public abstract class SelectOneRadio extends AbstractComponent
| Constructor and Description |
|---|
SelectOneRadio() |
| Modifier and Type | Method and Description |
|---|---|
List<SelectItem> |
getItems() |
int |
getItemsSize() |
String |
getLabel(int index) |
List<String> |
getLabels() |
List<org.openqa.selenium.WebElement> |
getRadioButtons() |
int |
getSelectedIndex() |
void |
select(int index) |
void |
select(String text) |
getWidgetByIdScript, getWidgetConfiguration, getWidgetConfigurationAsStringgetElementLocator, getId, getRoot, getWebDriver, getWrappedElement, setElementLocator, setWebDriverclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic List<org.openqa.selenium.WebElement> getRadioButtons()
public void select(int index)
public void select(String text)
public int getSelectedIndex()
public String getLabel(int index)
public int getItemsSize()
public List<SelectItem> getItems()
Copyright © 2020. All rights reserved.