...
- Click
- Connect To UIRecorder
- Disconnect From UIRecorder
- Double-Click
- Exists
- Extract Text
- Type Text
- Set Active Window
- Show Desktop
- Wait Vanish
Connect To UIRecorder
This activity creates a UI Recorder session.
...
- The pattern should exist on the screen when the action will be made
Parameters:
- Click Duration (text box editor type) (type: Int32): if desired, specify the duration of the click in milliseconds.
- Connection (text box editor type) (type: Object): bind this parameter to the output from 'Connect To UIrecorder' activity.
- Delay After (text box editor type) (type: Int32): if desired, specify the delay after the click in milliseconds.
- Delay Before (text box editor type) (type: Int32): if desired, specify the delay before the click in milliseconds.
- Mouse Button (combo box editor type) (type: string): select the mouse button action. By default, the Left Click option will be selected, but Right Click is also available.
- Offset X (password editor type) (type: string): specify the pointer's offset value on the X axis.
- Offset Y (password editor type) (type: string): specify the pointer's offset value on the Y axis.
...
Double-Click
This activity executes a double click on a recorded item.
Requirements:
- The pattern should exist on the screen when the action will be made
Parameters:
- Connection (text box editor type) (type: Object): bind this parameter to the output from 'Connect To UIrecorder' activity.
- Delay After (text box editor type) (type: string): if desired, specify the delay after the double click operation in milliseconds.
- Delay Before (text box editor type) (type: string): if desired, specify the delay before the double click action, in milliseconds.
- Offset X (password editor type) (type: string): specify the pointer's offset value on the X axis.
- Offset Y (password editor type) (type: string): specify the pointer's offset value on the Y axis.
NOTE: These parameters, Offset X and Offset Y (the coordinates are pixels and they will be specified by integer values), can be provided if the exact screen coordinates of the item are known, otherwise the fields can be left empty
- Pattern File (text box editor type) (type: string): enter the full path to the pattern file of type PNG that will be searched on the screen and if found it will be double-clicked, This parameter takes precedence over 'Selected Pattern' parameter.
- Selected Pattern (custom selection pattern editor type) (type: custom): this field provides the user the opportunity to take a screen capture while developing the workflow from the Designer. By clicking the button, the recorder will be opened and screen capturing will become available.
NOTE: the Designer will be put in background during this operation and it will not be visible on the screen or in the taskbar. After taking the capture, the user will be asked to select the point where the click should be made (in the example below the click will be made on the Log in):
If no point is desired to be specified, click the OK button (by default, for this case, the Recorder will double-click on the middle of the pattern during the playback).
The Read Only Output variable are the possible output values that the activity will provide:
- Output (type: Boolean): outputs True if the operation succeeded or False otherwise.
...