Package | Description |
---|---|
org.safs.selenium.webdriver.lib | |
org.safs.selenium.webdriver.lib.model |
Modifier and Type | Method and Description |
---|---|
MenuItem[] |
Menu.getContent() |
MenuItem[] |
Menu.DefaultSelectable_Menu.getContent() |
MenuItem[] |
Menu.SapSelectable_Menu.getContent() |
MenuItem[] |
Menu.SAS_HC_PushMenu.getContent() |
MenuItem |
Menu.getMatchedElement(TextMatchingCriterion criterion) |
MenuItem |
Menu.DefaultSelectable_Menu.getMatchedElement(TextMatchingCriterion criterion)
This method override that of superclass.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Menu.DefaultSelectable_Menu.expandItem(MenuItem node,
boolean expandChildren)
Expand the nodes (by double-click) from the root level by level.
Note:The second parameter expandChildren is not used yet here. |
protected void |
Menu.SapSelectable_Menu.expandItem(MenuItem item,
boolean expandChildren)
Expand the menuitem by click their ancestor item on the path level by level.
|
protected void |
Menu.SAS_HC_PushMenu.expandItem(MenuItem item,
boolean expandChildren)
Expand the menuitem by click their ancestor item on the path level by level.
|
Modifier and Type | Method and Description |
---|---|
protected MenuItem |
AbstractMenuSelectable.convertTo(Element element)
Cast the Element to MenuItem.
|
MenuItem[] |
MenuItem.getChildren() |
MenuItem[] |
IMenuSelectable.getContent()
Get all items withing a Menu.
|
MenuItem[] |
AbstractMenuSelectable.getContent() |
MenuItem |
IMenuSelectable.getMatchedElement(TextMatchingCriterion textMatchingCriterion) |
MenuItem |
AbstractMenuSelectable.getMatchedElement(TextMatchingCriterion criterion)
According to the "hierarchical path" to get a MenuItem object.
|
MenuItem |
MenuItem.getParent() |
protected MenuItem[] |
MenuItem.newArray(int length) |
protected MenuItem |
MenuItem.newInstance(java.lang.Object object) |
Copyright © SAS Institute. All Rights Reserved.