ui_clipboard_read
Retrieve text currently stored in the system clipboard, returning the content and a boolean indicating whether text is present. Useful for verifying copied values during UI automation and debugging.
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 | |||