type
Fill text inputs in Electron applications by replacing existing content. Specify element with selector or reference, and provide text to insert.
Instructions
Fill a text input, REPLACING existing content. Pass selector or ref. Uses Playwright's fill. For keyboard-level typing (CodeMirror, contenteditables), use keyboard_type instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | ||
| ref | No | Ref from snapshot. Alternative to selector. | |
| text | Yes | ||
| timeoutMs | No | Default 5000. |