Package | Description |
---|---|
org.safs | |
org.safs.autoit | |
org.safs.cukes.ai.selenium | |
org.safs.ios |
Modifier and Type | Method and Description |
---|---|
boolean |
GuiObjectRecognition.isMatchingObject(java.lang.Object theObject,
int classindex,
int absindex,
java.lang.String[] matchName)
Used internally, or by direct subclasses only.
First checks to see if the provided object matches class information for our stored recognition method. |
protected boolean |
GuiObjectRecognition.isMatchingQualifiers(java.lang.Object theObject,
int classindex,
int absindex)
Used internally, called by isMatchingObject.
Attempts to verify that every gorInfo qualifier from the recogntion string stored herein is satisfied by theObject. |
Modifier and Type | Method and Description |
---|---|
boolean |
AutoItRs.isWindow() |
Constructor and Description |
---|
AutoItRs(java.lang.String winRawRS,
java.lang.String compRawRS) |
Modifier and Type | Method and Description |
---|---|
protected static void |
AIEditBoxActions.loadEditBoxMap() |
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 |
IDriverCommand.doGUIBranching(boolean seekexists)
Support for OnGuiExistsGotoBlockID and OnGuiNotExistGotoBlockID
|
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.
|
Copyright © SAS Institute. All Rights Reserved.