ui_clipboard_read
Retrieves text content from the system clipboard, returning the text and a boolean indicating if text is present.
Instructions
Read text content from the system clipboard.
Executes on an STA thread inside the FlaUI bridge (required by System.Windows.Clipboard). Returns {text: "...", has_text: bool}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||