input_mouseClick
Click at exact x,y coordinates in the Moho window to interact with UI elements. Use with full-window screenshots to locate elements, then perform single, double, right, or middle clicks.
Instructions
Click at (x, y) coordinates relative to the MOHO window top-left. Use with document_screenshot(mode='full') to identify UI element positions, then click them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate relative to MOHO window top-left | |
| y | Yes | Y coordinate relative to MOHO window top-left | |
| button | No | Mouse button: "left" (default), "right", "middle" | |
| clickType | No | Click type: "single" (default), "double" |