send_mouse
Send mouse events to terminal user interface applications by specifying coordinates, actions, and buttons for automated testing and interaction.
Instructions
Send a mouse event to the TUI app (if the app has mouse support enabled).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID | |
| action | Yes | Mouse action type | |
| x | Yes | Column position (0-based) | |
| y | Yes | Row position (0-based) | |
| button | No | Mouse button: "left", "middle", "right" for press/release; "up", "down" for scroll (default: "left") |