Package | Description |
---|---|
org.safs.selenium.webdriver.lib |
Modifier and Type | Class and Description |
---|---|
protected static class |
ComboBox.AbstractSelect |
protected static class |
ComboBox.DojoSelect
Models a dojo Combo Box.
|
protected static class |
ComboBox.DojoSelect_ComboBox
Models a dojo dijit/form/ComboBox
|
protected static class |
ComboBox.DojoSelect_FilteringSelect
Models a dojo dijit/form/FilteringSelect
|
protected static class |
ComboBox.DojoSelect_Select
Models a dojo dijit/form/Select
|
protected static class |
ComboBox.HtmlSelect
Modified from Source code of Selenium.
Models a SELECT tag, providing helper methods to select and deselect options. |
static class |
ComboBox.SapSelect_ComboBox |
Modifier and Type | Field and Description |
---|---|
(package private) ComboBox.Selectable |
ComboBox.select |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.String> |
ComboBox.getSelectedOptions(ComboBox.Selectable select)
Get all the selected options from the combo box,
meanwhile it will CHECK that something has been selected in the combo box. |
static java.util.List<java.lang.String> |
ComboBox.verifySelectedText(ComboBox.Selectable select,
java.lang.String item,
boolean partialMatch) |
Copyright © SAS Institute. All Rights Reserved.