Package | Description |
---|---|
org.safs.cukes.ai.selenium | |
org.safs.selenium.webdriver | |
org.safs.selenium.webdriver.lib | |
org.safs.selenium.webdriver.lib.model |
Modifier and Type | Field and Description |
---|---|
protected Component |
AIComponent.libComponent
The library component
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,Component> |
AISearchBase.cachedLibComponents
a cache holding the library component
|
Modifier and Type | Method and Description |
---|---|
protected Component |
AISearchBase.getCachedLibComponent(Criteria criteria)
get the cached Component according to the key, which can be a text-label, xpath or css-selector ect.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AISearchBase.saveCachedLibComponent(Criteria criteria,
Component component)
put the Component into the cache by the key, which can be a text-label, xpath or css-selector ect.
|
Modifier and Type | Field and Description |
---|---|
protected Component |
CFComponent.libComponent |
Modifier and Type | Field and Description |
---|---|
protected static java.util.Map<org.openqa.selenium.WebElement,Component> |
CFComponent.libComponentCache
A cache, which stores a pair(WebElement, Component)
|
Modifier and Type | Method and Description |
---|---|
protected Component |
CFComponent.newLibComponent(org.openqa.selenium.WebElement webelement)
sub class MUST to override this method and provide its own library Component.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckBox
A library class to handle different specific CheckBox.
|
class |
ComboBox
A library class to handle different specific ComboBox.
|
class |
EditBox
A library class to handle different specific EditBox.
|
class |
ListView
A library class to handle different specific ListView.
|
class |
Menu
A library class to handle different specific Menu.
|
class |
ScrollBar
A library class to handle different specific ScrollBar.
|
class |
TabControl
A library class to handle different specific TabControl.
|
class |
Tree
A library class to handle different specific Tree.
|
Modifier and Type | Field and Description |
---|---|
protected Component |
EmbeddedObject.parent
The Component object who is the parent of this embedded object.
|
Constructor and Description |
---|
AbstractHierarchicalSelectable(Component parent) |
AbstractListSelectable(Component parent) |
AbstractMenuSelectable(Component parent) |
AbstractSelectable(Component parent) |
AbstractTreeSelectable(Component parent) |
EmbeddedObject(Component parent) |
Copyright © SAS Institute. All Rights Reserved.