type_text
Fill input fields with text using React-safe native setters and change events, with batch support for up to 50 fields.
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) |