Package | Description |
---|---|
org.safs.selenium.webdriver.lib | |
org.safs.selenium.webdriver.lib.model |
Modifier and Type | Method and Description |
---|---|
void |
Tree.activateItem(TextMatchingCriterion criterion,
boolean verify,
org.openqa.selenium.Keys key,
java.awt.Point offset) |
void |
Menu.activateItem(TextMatchingCriterion criterion,
boolean verify,
org.openqa.selenium.Keys key,
java.awt.Point offset) |
void |
ListView.activateItem(TextMatchingCriterion criterion,
boolean verify,
org.openqa.selenium.Keys key,
java.awt.Point offset) |
void |
Tree.collapseItem(TextMatchingCriterion criterion,
boolean collpaseChildren,
boolean verify) |
void |
Tree.expandItem(TextMatchingCriterion criterion,
boolean expandChildren,
boolean verify) |
TreeNode |
Tree.getMatchedElement(TextMatchingCriterion criterion) |
TreeNode |
Tree.DefaultSelectable_Tree.getMatchedElement(TextMatchingCriterion criterion)
This method override that of superclass.
|
MenuItem |
Menu.getMatchedElement(TextMatchingCriterion criterion) |
MenuItem |
Menu.DefaultSelectable_Menu.getMatchedElement(TextMatchingCriterion criterion)
This method override that of superclass.
|
Element |
ListView.getMatchedElement(TextMatchingCriterion criterion) |
Element |
Component.getMatchedElement(TextMatchingCriterion criterion)
According to a certain 'search condition', get the matched subitem within this Component.
This method just return a null. |
protected static org.openqa.selenium.WebElement |
SearchObject.getSubItem(org.openqa.selenium.WebElement itemContainer,
TextMatchingCriterion criterion)
According to TextMatchingCriterion to get the sub item within a container WebElement.
|
void |
ListView.selectItem(TextMatchingCriterion criterion,
boolean verify)
Try to select an item according to the name (fully or partially given),
and then verify if the tab has been really selected according to the parameter 'verify'.
|
void |
Tree.selectItem(TextMatchingCriterion criterion,
boolean verify,
org.openqa.selenium.Keys key,
java.awt.Point offset,
int mouseButtonNumber) |
void |
Menu.selectItem(TextMatchingCriterion criterion,
boolean verify,
org.openqa.selenium.Keys key,
java.awt.Point offset,
int mouseButtonNumber) |
void |
Menu.SAS_HC_PushMenu.selectItem(TextMatchingCriterion criterion,
boolean verify,
org.openqa.selenium.Keys key,
java.awt.Point offset,
int mouseButtonNumber) |
void |
ListView.selectItem(TextMatchingCriterion criterion,
boolean verify,
org.openqa.selenium.Keys key,
java.awt.Point offset,
int mouseButtonNumber)
Try to select an item according to the name (fully or partially given),
and then verify if the tab has been really selected according to the parameter 'verify'.
|
void |
Tree.verifyContains(TextMatchingCriterion criterion) |
void |
Menu.verifyContains(TextMatchingCriterion criterion) |
void |
ListView.verifyContains(TextMatchingCriterion criterion)
Verify the item (specified by text, partialMatch and matchIndex) is contained in the listview.
|
void |
Tree.verifyItemSelection(TextMatchingCriterion criterion,
boolean expectSelected) |
void |
Menu.verifyItemSelection(TextMatchingCriterion criterion,
boolean expectSelected) |
void |
ListView.verifyItemSelection(TextMatchingCriterion criterion,
boolean expectSelected)
Verify the item (specified by text, partialMatch and matchIndex) is selected or un-selected in the listview.
|
void |
Menu.verifyMenuItem(TextMatchingCriterion criterion,
java.lang.String expectedStatus) |
Modifier and Type | Method and Description |
---|---|
void |
ISelectable.activateItem(TextMatchingCriterion criterion,
boolean verify,
org.openqa.selenium.Keys key,
java.awt.Point offset)
Try to activate (double-click) the item according to the item's text (fully or partially given),
and then verify if the item has been really selected according to the parameter 'verify'.
|
void |
AbstractSelectable.activateItem(TextMatchingCriterion criterion,
boolean verify,
org.openqa.selenium.Keys key,
java.awt.Point offset) |
void |
ITreeSelectable.collapseItem(TextMatchingCriterion criterion,
boolean collpaseChildren,
boolean verify)
Collapse the item according to the path.
|
void |
AbstractTreeSelectable.collapseItem(TextMatchingCriterion criterion,
boolean collpaseChildren,
boolean verify) |
void |
ITreeSelectable.expandItem(TextMatchingCriterion criterion,
boolean expandChildren,
boolean verify)
Expand the item according to the path.
|
void |
AbstractTreeSelectable.expandItem(TextMatchingCriterion criterion,
boolean expandChildren,
boolean verify) |
TreeNode |
ITreeSelectable.getMatchedElement(TextMatchingCriterion criterion) |
Element |
ISelectable.getMatchedElement(TextMatchingCriterion criterion)
according to the element's label to get a Element object.
|
MenuItem |
IMenuSelectable.getMatchedElement(TextMatchingCriterion textMatchingCriterion) |
TreeNode |
AbstractTreeSelectable.getMatchedElement(TextMatchingCriterion criterion)
According to the "hierarchical path" to get a TreeNode object.
|
MenuItem |
AbstractMenuSelectable.getMatchedElement(TextMatchingCriterion criterion)
According to the "hierarchical path" to get a MenuItem object.
|
Item |
AbstractListSelectable.getMatchedElement(TextMatchingCriterion criterion) |
HierarchicalElement |
AbstractHierarchicalSelectable.getMatchedElement(TextMatchingCriterion criteria)
According to the "hierarchical path" to get a Element object.
The sub-class needs to provide an appropriate implementation of method AbstractSelectable.getContent() , on whichthis method depends. |
void |
ISelectable.selectItem(TextMatchingCriterion criterion,
boolean verify,
org.openqa.selenium.Keys key,
java.awt.Point offset,
int mouseButtonNumber)
Try to select (single-click) the item according to the item's text (fully or partially given),
and then verify if the item has been really selected according to the parameter 'verify'.
|
void |
AbstractSelectable.selectItem(TextMatchingCriterion criterion,
boolean verify,
org.openqa.selenium.Keys key,
java.awt.Point offset,
int mouseButtonNumber) |
void |
ISelectable.verifyContains(TextMatchingCriterion criterion)
Verify the item (specified by text, partialMatch and matchIndex) is contained.
|
void |
AbstractSelectable.verifyContains(TextMatchingCriterion criterion) |
void |
ISelectable.verifyItemSelection(TextMatchingCriterion criterion,
boolean expectSelected)
Verify the item (specified by text, partialMatch and matchIndex) is selected or un-selected.
|
void |
AbstractSelectable.verifyItemSelection(TextMatchingCriterion criterion,
boolean expectSelected) |
void |
IMenuSelectable.verifyMenuItem(TextMatchingCriterion criterion,
java.lang.String expectedStatus) |
void |
AbstractMenuSelectable.verifyMenuItem(TextMatchingCriterion criterion,
java.lang.String expectedStatus) |
Copyright © SAS Institute. All Rights Reserved.