humanizer_move
Move mouse cursor to specified X and Y coordinates on a Playwright-controlled page for realistic user interaction simulation.
Instructions
Move mouse to target coordinates via the backend Playwright page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_id | Yes | Target ID from interceptor_browser_launch or interceptor_camoufox_launch | |
| x | Yes | Destination X coordinate | |
| y | Yes | Destination Y coordinate |