mouse_click
Click any point on the real desktop at absolute physical-screen coordinates. Pass session_id to raise the target tab before clicking, or use activate_session='none' to click without raising.
Instructions
Click on the real desktop at absolute virtual-desktop coordinates in PHYSICAL screen pixels — the space pointer_info and capture_desktop_screenshot report, NOT the viewport CSS pixels page_click takes; on a scaled display the two differ by devicePixelRatio. A point on no display is refused with coordinates_off_screen rather than clamped to a screen edge. Pass session_id — the same one you pass every other tool (preferred) — and that tab is raised after the quiet check so the click lands on it. Without one the current global target is raised, which another task may have changed. Approval may foreground the selected browser tab. activate_session='none' clicks the desktop as-is.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| button | No | left | |
| clicks | No | ||
| interval | No | ||
| session_id | No | ||
| activate_session | No | current |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||