real_click
Clicks the real OS mouse at screen coordinates within the Floorp window. Operates only when Floorp is the foreground window on Windows.
Instructions
Click with the REAL OS mouse at a screen pixel inside the Floorp window (genuine, isTrusted click). Use window_bounds to find the range. Refuses to click outside Floorp or if Floorp isn't foreground. Windows only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Screen X (pixels). | |
| y | Yes | Screen Y (pixels). | |
| button | No | Mouse button. Default: left. | |
| double | No | Double-click. Default: false. |