browser_paste
Paste text or clipboard content into a specified browser element using a real paste event, enabling reliable input into rich editors like Google Docs and Notion.
Instructions
Paste into an element by ref as a real paste event — rich editors (Google Docs, Notion, contenteditable) handle this better than typing. Pastes the given text, or the current clipboard contents when text is omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | ||
| text | No | Text to paste. Omit to paste the current clipboard contents. |