app_read
Read a UI element's text, input value, visibility, and enabled state using a CSS selector or visible text. Retrieve an optional attribute for targeted verification without full page inspection.
Instructions
Read one element's current state: text, live input value (DOM property, so it reflects controlled React inputs), tag, displayed/enabled flags, and optionally one attribute. For verifying a specific label/status/field value without a full app_snapshot or app_execute_js.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Target by visible text or accessible name (e.g. "Browse") | |
| exact | No | With text: require an exact match instead of substring | |
| selector | No | CSS selector for the element | |
| attribute | No | Also return this attribute's value |