Click by Coordinates
Click by Coordinates
Performs a mouse click at a specific position on the screen defined by the X and Y coordinates. Useful when the position of the element is fixed and known.
Options
Click type
Select which mouse button will be used for the click:
- Left button: Performs the click with the left mouse button (default).
- Right button: Performs the click with the right mouse button.
Number of clicks
Enter how many times the click will be executed at the position provided.
Time interval in seconds
Enter the time interval in seconds between each click when the number is greater than 1.
Position X
Enter the horizontal coordinate (X) of the position on the screen where the click will be performed.
Position Y
Enter the vertical coordinate (Y) of the position on the screen where the click will be performed.
Returns
This action has no returns.
Rules and Conditions
- The Position X and Position Y fields are required.
- The coordinates are relative to the resolution and scale of the robot screen.
- This action is sensitive to changes of screen resolution or layout — make sure the coordinates are consistent in the execution environment.