public abstract class SelectOneMenu extends AbstractInputComponent
| Constructor and Description |
|---|
SelectOneMenu() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
click(org.openqa.selenium.WebElement element) |
void |
deselect(int index) |
void |
deselect(String label) |
org.openqa.selenium.WebElement |
getInput() |
org.openqa.selenium.WebElement |
getItems() |
org.openqa.selenium.WebElement |
getLabel() |
String |
getLabel(int index) |
List<String> |
getLabels() |
org.openqa.selenium.WebElement |
getPanel() |
String |
getSelectedLabel() |
boolean |
isSelected(int index) |
boolean |
isSelected(String label) |
void |
select(int index) |
void |
select(String label) |
void |
toggleDropdown() |
getAssignedLabel, getAssignedLabelText, isEnabledgetWidgetByIdScript, getWidgetConfiguration, getWidgetConfigurationAsStringgetElementLocator, getId, getRoot, getWebDriver, getWrappedElement, setElementLocator, setWebDriverclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void toggleDropdown()
public void deselect(String label)
public void select(String label)
public String getSelectedLabel()
public boolean isSelected(String label)
public void select(int index)
public void deselect(int index)
public boolean isSelected(int index)
public String getLabel(int index)
public org.openqa.selenium.WebElement getInput()
getInput in class AbstractInputComponentpublic org.openqa.selenium.WebElement getLabel()
public org.openqa.selenium.WebElement getItems()
public org.openqa.selenium.WebElement getPanel()
protected void click(org.openqa.selenium.WebElement element)
Copyright © 2020. All rights reserved.