ui_clipboard_write
Write text to the system clipboard, supporting full Unicode including emoji and CJK characters.
Instructions
Write text to the system clipboard.
Executes on an STA thread inside the FlaUI bridge (required by System.Windows.Clipboard). Supports full Unicode including emoji and CJK.
Args: text: The text to write to the clipboard.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |