page_type
Type text into editable elements across parallel browser instances. Supports instant fill or character-by-character typing with optional form submission.
Instructions
Type text into editable element. By default fills at once; set slowly=true to type character by character.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Element ref to type into | |
| text | Yes | Text to type | |
| slowly | No | Whether to type one character at a time. Useful for triggering key handlers. Default: false | |
| submit | No | Whether to press Enter after typing. Default: false | |
| instanceId | Yes | Target instance |