humanizer_move
Move the mouse pointer to precise screen coordinates on a target browser page using Playwright automation. Enables UI interactions requiring cursor placement at exact positions.
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 |