Package | Description |
---|---|
org.safs.tools.engines |
Modifier and Type | Field and Description |
---|---|
protected AutoItRs |
AutoItComponent.AutoItDriverCommand.rs
AutoItRs, the object representing the component
|
protected AutoItRs |
AutoItComponent.CFComponent.rs
AutoItRs, the object representing the component
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AutoItComponent.CFComponent.activate(AutoItRs rs)
Try to set focus to the window and component.
|
protected void |
AutoItComponent.CFComponent.click(AutoItRs ars)
Deprecated.
|
protected void |
AutoItComponent.CFComponent.click(AutoItRs autoArgs,
java.awt.Point offset)
Click with position offset.
|
protected void |
AutoItComponent.CFComponent.click(AutoItRs autoArgs,
java.lang.String mouseButton,
int nClicks,
java.awt.Point offset,
java.lang.String specialKey)
Workhorse of AutoIt click routine.
|
protected void |
AutoItComponent.CFComponent.ctrlClick(AutoItRs autoArgs,
java.awt.Point offset)
Ctrl click with position offset.
|
protected void |
AutoItComponent.CFComponent.doubleClick(AutoItRs autoArgs,
java.awt.Point offset)
Double click with position offset.
|
protected void |
AutoItComponent.CFComponent.rightClick(AutoItRs autoArgs,
java.awt.Point offset)
Right click with position offset.
|
protected void |
AutoItComponent.CFComponent.setFocus(AutoItRs ars)
setfoucs
|
protected void |
AutoItComponent.CFComponent.setText(AutoItRs ars)
Send keyboard input to the current input focus target.
|
protected void |
AutoItComponent.CFComponent.shiftClick(AutoItRs autoArgs,
java.awt.Point offset)
Shift click with position offset.
|
protected boolean |
AutoItComponent.waitForGUI(AutoItRs rs)
Prerequisite:
AutoItComponent.it and GenericEngine.testRecordData should be initialized. |
Copyright © SAS Institute. All Rights Reserved.