ui_clipboard_write
Write text to the system clipboard with full Unicode support, 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 |