get_page_source
Get the current Windows UI element tree as XML to verify on-screen content, detect UI changes, and find element names or AutomationIds for automation.
Instructions
Get the XML representation of the current UIA element tree. Use as the source of truth for current UI state — call whenever you are unsure what is on screen or after a UI change (navigation, dialog, window switch). Inspect the result to discover element Names and AutomationIds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||