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
STATICexecution when possible for speed and reliability - The
hoverclick 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

