type_text
Fill input fields with React-safe native setter and input/change events. Supports single or batch mode up to 50 fields, with optional clearing before typing to ensure accurate entry.
Instructions
Fill input(s) with the React-safe native setter + input/change events. One field: ref+text.…
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | ||
| text | No | ||
| fields | No | Batch mode: up to 50 fields | |
| frameId | No | frameId (omit=top) | |
| clearFirst | No | Clear before typing (default true) |