Package | Description |
---|---|
org.safs.selenium.webdriver.lib | |
org.safs.selenium.webdriver.lib.model |
Modifier and Type | Method and Description |
---|---|
Item[] |
TabControl.getContent()
Get all items of the tabcontrol.
|
Item[] |
TabControl.SapTabbable_TabStrip.getContent() |
Item[] |
TabControl.DojoTabbable_TabContainer.getContent() |
Item[] |
ListView.getContent()
Get all items of the listview.
|
Item[] |
ListView.SapSelectable_ListBox.getContent() |
Item[] |
ListView.SapSelectable_m_List.getContent() |
Item[] |
ListView.DefaultSelectableList.getContent() |
Item[] |
ListView.SapSelectable_m_SelectList.getContent() |
Modifier and Type | Class and Description |
---|---|
class |
Option
This provide a uniformed Option object to represent the option
within a container such as ComboBox etc. Jan 15, 2014 (Lei Wang) Initial release. |
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 |
---|---|
protected Item |
AbstractListSelectable.convertToItem(Element element) |
Item[] |
IListSelectable.getContent()
Get all items.
|
Item[] |
AbstractListSelectable.getContent() |
Item |
AbstractListSelectable.getMatchedElement(TextMatchingCriterion criterion) |
protected Item |
AbstractListSelectable.getMatchedItem(int index)
according to the index to get a Item object.
|
Copyright © SAS Institute. All Rights Reserved.