humanizer_type
Types text into the focused browser element via keyboard, with optional per-character delay to mimic human input.
Instructions
Type text into the focused element via page.keyboard.type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to type | |
| delay_ms | No | Optional Playwright delay per character in ms. | |
| target_id | Yes | Target ID from interceptor_browser_launch or interceptor_camoufox_launch |