public abstract class SelectOneButton extends AbstractInputComponent
| Constructor and Description |
|---|
SelectOneButton() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
click(org.openqa.selenium.WebElement element) |
void |
deselect(int index) |
void |
deselect(int index,
boolean ignoreDeselectable) |
void |
deselect(String label) |
void |
deselect(String label,
boolean ignoreDeselectable) |
org.openqa.selenium.WebElement |
getActiveOption() |
List<String> |
getOptionLabels() |
List<org.openqa.selenium.WebElement> |
getOptions() |
String |
getSelectedLabel() |
boolean |
isSelected(int index) |
boolean |
isSelected(String label) |
boolean |
isUnselectable() |
void |
select(int index) |
void |
select(String label) |
void |
selectFirst() |
void |
selectLast() |
void |
selectNext() |
getAssignedLabel, getAssignedLabelText, getInput, isEnabledgetWidgetByIdScript, getWidgetConfiguration, getWidgetConfigurationAsStringgetElementLocator, getId, getRoot, getWebDriver, getWrappedElement, setElementLocator, setWebDriverclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic List<org.openqa.selenium.WebElement> getOptions()
public org.openqa.selenium.WebElement getActiveOption()
public String getSelectedLabel()
public boolean isSelected(String label)
public boolean isSelected(int index)
public void selectNext()
public void select(String label)
public void select(int index)
public void selectFirst()
public void selectLast()
public void deselect(String label)
public void deselect(String label, boolean ignoreDeselectable)
public void deselect(int index)
public void deselect(int index,
boolean ignoreDeselectable)
public boolean isUnselectable()
protected void click(org.openqa.selenium.WebElement element)
Copyright © 2020. All rights reserved.