Skip to main content
The Click node performs click interactions on page elements. It supports various click types and execution strategies.

Parameters

Examples

Basic Click with STATIC Execution

Click a button using an XPath selector:

Click with LLM_VISION

Click an element using natural language:

Click with COORDINATES

Click at specific screen coordinates:

Double Click

Perform a double-click action:

Right Click (Context Menu)

Open a context menu:

Hover

Hover over an element to trigger tooltips or dropdowns:

Notes

  • Use STATIC execution when possible for speed and reliability
  • The hover click type is useful for revealing dropdown menus or tooltips before interacting with them
  • Add descriptive names to help the maintenance agent understand the purpose of each click