Package | Description |
---|---|
org.safs.model.commands |
Modifier and Type | Method and Description |
---|---|
static EngineCommand |
EngineComponentCommands.clearHighlightedDialog()
Clean the highlight rectangle.
|
static EngineCommand |
EngineComponentCommands.clearReferenceCache()
Clear the Object reference cache used in a remote engine.
|
static EngineCommand |
EngineComponentCommands.enableDomains(java.lang.String domains)
Enable searching domains.
|
static EngineCommand |
EngineComponentCommands.getAccessibleName(java.lang.String component)
Get the AccessibleName of the component, if any.
|
static EngineCommand |
EngineComponentCommands.getCaption(java.lang.String component)
Get the Caption of a component, if any.
|
static EngineCommand |
EngineComponentCommands.getChildCount(java.lang.String component)
Get the number of children, if any, for the provided container component.
|
static EngineCommand |
EngineComponentCommands.getChildren(java.lang.String component)
Get references to the children, if any, for the provided container component.
|
static EngineCommand |
EngineComponentCommands.getClassIndex(java.lang.String component)
Get the ClassIndex of the component, if any.
|
static EngineCommand |
EngineComponentCommands.getClassname(java.lang.String component)
Get the Classname of a component.
|
static EngineCommand |
EngineComponentCommands.getComponentRectangle(java.lang.String componentKey)
Find the component according to Component Test Object's key and get its screen location.
|
static EngineCommand |
EngineComponentCommands.getCurrentWindow()
Return a reference to the top-most active (Window) with focus.
|
static EngineCommand |
EngineComponentCommands.getId(java.lang.String component)
Get the ID of a component, if any.
|
static EngineCommand |
EngineComponentCommands.getLevel(java.lang.String component)
Get the Z-order of a component--usually a Window.
|
static EngineCommand |
EngineComponentCommands.getMatchingChildKeysAtPoint(java.lang.String[] parameters)
According to screen location, find the test object at that point and return all matching keys in cache.
|
static EngineCommand |
EngineComponentCommands.getMatchingChildKeysAtPoint(java.lang.String windowKey,
java.lang.String componentLocationX,
java.lang.String componentLocationY)
According to screen location, find the test object at that point and return all matching keys in cache.
|
static EngineCommand |
EngineComponentCommands.getMatchingChildObjects(java.lang.String[] parameters)
Retrieve an array of child objects that match a recognition string.
|
static EngineCommand |
EngineComponentCommands.getMatchingChildObjects(java.lang.String component,
java.lang.String recognition)
Retrieve an array of child objects that match a recognition string.
|
static EngineCommand |
EngineComponentCommands.getMatchingParentObject(java.lang.String recognition)
Get a reference to the toplevel Window\Parent that matches the recognition string provided.
|
static EngineCommand |
EngineComponentCommands.getMatchingPathObject(java.lang.String[] parameters)
Get the subitem object\node matching the provided Path.
|
static EngineCommand |
EngineComponentCommands.getMatchingPathObject(java.lang.String component,
java.lang.String path)
Get the subitem object\node matching the provided Path.
|
static EngineCommand |
EngineComponentCommands.getName(java.lang.String component)
Get the Name (AccessibleName or Name) of the component, if any.
|
static EngineCommand |
EngineComponentCommands.getNonAccessibleName(java.lang.String component)
Get the non-AccessibleName (Name except for AccessibleName) of the component, if any.
|
static EngineCommand |
EngineComponentCommands.getProperty(java.lang.String[] parameters)
Get the value of a specific property from a component.
|
static EngineCommand |
EngineComponentCommands.getProperty(java.lang.String component,
java.lang.String property)
Get the value of a specific property from a component.
|
static EngineCommand |
EngineComponentCommands.getPropertyNames(java.lang.String component)
Get the names of all available properties for a component.
|
static EngineCommand |
EngineComponentCommands.getStringData(java.lang.String component)
Get the values, text, or data associated with the component.
|
static EngineCommand |
EngineComponentCommands.getSuperClassnames(java.lang.String component)
Get the hierarchy of superclasses for the component.
|
static EngineCommand |
EngineComponentCommands.getText(java.lang.String component)
Get the (text) value of a component, if any.
|
static EngineCommand |
EngineComponentCommands.getTopLevelCount()
Get the number of visible top-level items (Windows?) for the engine.
|
static EngineCommand |
EngineComponentCommands.getTopLevelWindows()
Return references to all known top-level items (Windows).
|
static EngineCommand |
EngineComponentCommands.getTopWindowHandle(java.lang.String componentKey)
Get the Windows native handle of the top window containing the component.
|
static EngineCommand |
EngineComponentCommands.highlightMatchingChildObject(java.lang.String[] parameters)
Find the component according to Recognition String and highlight it.
|
static EngineCommand |
EngineComponentCommands.highlightMatchingChildObject(java.lang.String windowRS,
java.lang.String componentRS)
Find the component according to Recognition String and highlight it.
|
static EngineCommand |
EngineComponentCommands.highlightMatchingChildObjectByKey(java.lang.String[] parameters)
Find the component according to Window/Component Test Object's key and highlight it.
|
static EngineCommand |
EngineComponentCommands.highlightMatchingChildObjectByKey(java.lang.String windowKey,
java.lang.String componentKey)
Find the component according to Window/Component Test Object's key and highlight it.
|
static EngineCommand |
EngineComponentCommands.isEnabled(java.lang.String component)
Is the component Enabled (vs.
|
static EngineCommand |
EngineComponentCommands.isMatchingPath(java.lang.String[] parameters)
Determine if there is a matching Path object.
|
static EngineCommand |
EngineComponentCommands.isMatchingPath(java.lang.String component,
java.lang.String path)
Determine if there is a matching Path object.
|
static EngineCommand |
EngineComponentCommands.isShowing(java.lang.String component)
Is the component visible?
Returns text "true" if the component is set to be visible.
|
static EngineCommand |
EngineComponentCommands.isTopLevelPopupContainer(java.lang.String component)
Is the component a top-level Popup Container?
Should return text "true" if the component is.
|
static EngineCommand |
EngineComponentCommands.isValid(java.lang.String component)
Does the component still exist as a valid object?
Should return text "true" if the component is still valid.
|
static EngineCommand |
EngineComponentCommands.setActiveWindow(java.lang.String component)
Make the component the active (topmost?) Window or Component.
|
Copyright © SAS Institute. All Rights Reserved.