Skip to main content

Mouse Actions

Click / Double-click / Right-click

Locates an element (or coordinates) and clicks.

Image

ParameterDescription
Search objectElement to click (Text, Image, OCR, etc.).
Offset X / YPixel offset from the element’s center before clicking.
Wait afterPause after the click (Default, None, or custom).
Key modifiersModifier keys held during the click (Ctrl, Alt, Shift).
Required successWhen ON, the workflow stops if the click fails.

Move mouse

Moves the cursor; same parameters as Click.

Image

ParameterDescription
Search objectElement to move the cursor to (optional).
Offset X / YPixel offset relative to the element’s center.
Wait afterPause after the move (Default, None, or custom).
Required successWhen ON, an error is raised if the cursor cannot be positioned.

Scroll

Scrolls up/down; specify direction and number of “ticks.”

Image

ParameterDescription
Search objectElement relative to which scrolling occurs (optional).
DirectionScroll direction (UP or DOWN).
ClicksNumber of scroll-wheel clicks to perform.
Wait afterPause after scrolling (Default, None, or custom).
Required successWhen ON, an error is thrown if scrolling fails.

Scroll Until

Scrolls until the specified element appears.

Image

ParameterDescription
Search objectTarget element to look for; scrolling stops once it is found.
OperationScroll method / direction (MOUSE_DOWN, MOUSE_UP, etc.).
Clicks (mouse-only)Wheel clicks per scroll action.
Wait between scrollsDelay (ms) between consecutive scrolls.
Max scrollsMaximum number of scroll cycles before the action fails.
Required successWhen ON, the workflow stops if the element is not found in time.

Clear

Clears the contents of the specified or active input field.

Image

ParameterDescription
Search objectElement to be cleared (optional).
Required successWhen ON, the workflow stops if the field cannot be cleared.
Wait afterPause after clearing (Default, None, or custom).