|
Mouse actions
Simulates a mouse action, it can be moving mouse pointer, pressing the mouse button, releasing the mouse button, clicking the mouse button , etc.
Parameters
-
Action type Specifies what action to be executed. It can be Move mouse pointer, Click mouse button , etc.
-
Repeat times Specifies the repeat times of executing this action. With the option unchecked, the times is 1.
-
Which button Specifies a button which will be simulated, it can be left, middle or right.
-
position is relative to Specifies how to calculate the mouse cursor's position, it can be one of the following:
- Relative to the screen coordinates
Absolute coordinates, start from the top-left of the screen.
- Relative to the foreground window
Relative coordinates, start from the top-left of the foreground window.
- Relative to the current position
Relative coordinates, start from the position of the current mouse pointer.
-
Pos X Specifies the value for the X coordinate.
-
Pos Y Specifies the value for the Y coordinate.
Capture tool
It is a tool for retrieving the position of the cursor, you can use either dragging-and-dropping or pressing a hotkey to do that.
Notes
You may use the action Image search to retrieve the position of an unfixed icon, button, or other shape.
You may use the action Text search based on image to retrieve the position of the specified text.
|