Package | Description |
---|---|
org.safs.selenium.webdriver.lib | |
org.safs.selenium.webdriver.lib.model |
Modifier and Type | Method and Description |
---|---|
Option |
ComboBox.Selectable.getFirstSelectedOption() |
Option |
ComboBox.HtmlSelect.getFirstSelectedOption() |
Option |
ComboBox.Selectable.getItemByIndex(int index) |
Option |
ComboBox.HtmlSelect.getItemByIndex(int index) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Option> |
ComboBox.Selectable.getAllSelectedOptions() |
java.util.List<Option> |
ComboBox.HtmlSelect.getAllSelectedOptions() |
java.util.List<Option> |
ComboBox.Selectable.getOptions() |
java.util.List<Option> |
ComboBox.HtmlSelect.getOptions() |
java.util.List<Option> |
ComboBox.AbstractSelect.getOptions() |
Modifier and Type | Class and Description |
---|---|
class |
OptionForHtmlSelect
This is an Option object to represent the <option> for html <select>
MAY 18, 2017 (Lei Wang) Initial release. |
Modifier and Type | Method and Description |
---|---|
Option |
Option.setIndex(int index) |
Copyright © SAS Institute. All Rights Reserved.