paste_text
Fill form fields with a real paste event by placing text on the clipboard and sending Ctrl/Cmd+V, enabling trusted interactions in frameworks that rely solely on paste events.
Instructions
Fill a field with a REAL paste. Puts the text on the clipboard and presses Ctrl/Cmd+V so the page receives a trusted paste event with actual clipboardData — the only thing that works for frameworks that listen to paste alone (Svelte 5 / SolidJS runes, some Qwik forms). Falls back to a synthetic event and then the native value setter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | ||
| text | Yes | ||
| selector | No |