ui_clipboard_read
Read the current text from the system clipboard, enabling verification of copied data in .NET GUI automation workflows.
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 | |||