Package | Description |
---|---|
org.safs | |
org.safs.android | |
org.safs.ios | |
org.safs.rational | |
org.safs.selenium | |
org.safs.selenium.webdriver | |
org.safs.selenium.webdriver.lib |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Object |
DDGUIUtilities.findPropertyMatchedChild(java.lang.Object obj,
java.lang.String property,
java.lang.String bench,
boolean exactMatch)
Attempt to locate a child object based on a matching property value.
|
java.lang.Object |
DCGUIUtilities.findPropertyMatchedChild(java.lang.Object obj,
java.lang.String property,
java.lang.String bench,
boolean exactMatch) |
abstract int |
DDGUIUtilities.setActiveWindow(java.lang.String appMapName,
java.lang.String windowName,
java.lang.String compName)
"Activate" the specified component's topmost parent.
|
int |
DCGUIUtilities.setActiveWindow(java.lang.String appMapName,
java.lang.String windowName,
java.lang.String compName) |
abstract int |
DDGUIUtilities.waitForObject(java.lang.String appMapName,
java.lang.String windowName,
java.lang.String compName,
long secTimeout)
Wait up to a maximum timeout value for the specified component to "exist".
|
int |
DCGUIUtilities.waitForObject(java.lang.String appMapName,
java.lang.String windowName,
java.lang.String compName,
long secTimeout) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
DGUIUtilities.findPropertyMatchedChild(java.lang.Object obj,
java.lang.String property,
java.lang.String bench,
boolean exactMatch) |
int |
DGUIUtilities.setActiveWindow(java.lang.String appMapName,
java.lang.String windowName,
java.lang.String compName) |
int |
DGUIUtilities.waitForObject(java.lang.String appMapName,
java.lang.String windowName,
java.lang.String compName,
long secTimeout) |
Modifier and Type | Method and Description |
---|---|
protected void |
CFComponent.doCharacters()
process the InputCharacters command.
|
protected void |
CFComponent.doClick()
process the Click, DoubleClick, Tap, DoubleTap, and TwoFingerTap commands...
|
protected void |
CFComponent.doFlick()
process the Flick command...
|
protected void |
CFComponent.doGetGuiImage()
Capture a component GUI image to a file.
|
protected void |
CFComponent.doGuiExists(boolean seekexists)
process the GuiDoesExist, GuiDoesNotExist commands.
|
protected void |
CFWindow.doPinch()
process the PinchOpen, PinchClose commands...
|
protected void |
CFComponent.doPress()
process the Press command.
|
protected void |
CFEditBox.doSetTextValue()
process the setValue command....
|
protected void |
CFComponent.doSimpleFlick()
process the FlickUp, FlickDown, FlickLeft, FlickRight commands...
|
protected void |
CFComponent.doVerifyGuiImage()
Verify a component GUI image to a benchmark file.
|
java.lang.Object |
IGUIUtilities.findPropertyMatchedChild(java.lang.Object obj,
java.lang.String property,
java.lang.String bench,
boolean exactMatch) |
int |
IGUIUtilities.setActiveWindow(java.lang.String appMapName,
java.lang.String windowName,
java.lang.String compName) |
int |
IGUIUtilities.waitForObject(java.lang.String appMapName,
java.lang.String windowName,
java.lang.String compName,
long secTimeout) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
RDDGUIUtilities.findPropertyMatchedChild(java.lang.Object testobject,
java.lang.String property,
java.lang.String bench,
boolean exactMatch)
Attempt to locate a child object based on a matching property value.
|
int |
RDDGUIUtilities.setActiveWindow(java.lang.String mapName,
java.lang.String windowName,
java.lang.String compName)
"Activate" the specified component's topmost parent.
|
int |
RDDGUIUtilities.waitForObject(java.lang.String mapName,
java.lang.String windowName,
java.lang.String compName,
long secTimeout)
Wait up to a maximum timeout value for the specified component to "exist".
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
SeleniumGUIUtilities.findPropertyMatchedChild(java.lang.Object obj,
java.lang.String property,
java.lang.String bench,
boolean exactMatch) |
int |
SeleniumGUIUtilities.setActiveWindow(java.lang.String appMapName,
java.lang.String windowName,
java.lang.String compName)
Attempts to "activate" or give focus to the specified window/object via the remote
AUT JVM proxies.
|
int |
SeleniumGUIUtilities.waitForObject(java.lang.String appMapName,
java.lang.String windowName,
java.lang.String compName,
long secTimeout)
Uses the Application Map caching mechanism provided by the superclass.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
WebDriverGUIUtilities.findPropertyMatchedChild(java.lang.Object obj,
java.lang.String property,
java.lang.String bench,
boolean exactMatch) |
int |
WebDriverGUIUtilities.setActiveWindow(java.lang.String appMapName,
java.lang.String windowName,
java.lang.String compName) |
int |
WebDriverGUIUtilities.waitForObject(java.lang.String appMapName,
java.lang.String windowName,
java.lang.String compName,
long secTimeout)
Uses the Application Map caching mechanism provided by the superclass.
|
int |
WebDriverGUIUtilities.waitForPropertyStatus(java.lang.String windowName,
java.lang.String compName,
java.lang.String propertyName,
java.lang.String expectedValue,
long secTimeout,
boolean b_caseInsensitive,
boolean propertyStatus)
Wait for the property matching/gone with the expected value.
|
Modifier and Type | Method and Description |
---|---|
static SearchObject.FrameElement |
SearchObject.switchFrameAsLastFrame(org.openqa.selenium.WebDriver webdriver,
java.lang.String frameRS)
Switch to a certain frame according to the parameter frameRS.
Also sets/replaces/clears the lastFrame FrameElement accordingly. |
Copyright © SAS Institute. All Rights Reserved.