humanizer_move
Move the mouse to specified coordinates on a target page using the backend Playwright session, enabling human-like interaction for automated browsing.
Instructions
Move mouse to target coordinates via the backend Playwright page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Destination X coordinate | |
| y | Yes | Destination Y coordinate | |
| target_id | Yes | Target ID from interceptor_browser_launch or interceptor_camoufox_launch |