Dispatch a real Ctrl+V paste event into a selector or the currently focused element.
selector is provided the target element is focused first; otherwise the keystroke is delivered to whatever element is currently focused. If text is provided it is placed on the clipboard immediately before the paste event fires, so this endpoint can both set and paste in a single call.
| Status | Description |
|---|---|
400 | Invalid body — selector didn’t match, or text exceeded 1 MiB. |
401 | Unauthorized — invalid or missing API key. |
404 | Session not found or not owned by the caller. |