ui_clipboard_read
Fetch text from the system clipboard and return the text along with a boolean indicating whether text was 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 | |||