qt_get_property
Retrieve a property value from a visible UI element in a Qt application. Use a recent element ID to inspect its state without side effects.
Instructions
Read a property from a UI element.
Read-only, no side effects on the target. Note: hidden, disabled and zero-size elements are rejected even for reads ("Element is not visible") — pass an id from a recent find/snapshot of a visible element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| element_id | Yes | ||
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |