explore_screen
Maps out interactive elements on the current screen to identify buttons, text fields, and other widgets. Use filters or a target string to narrow exploration to specific element types or subtrees.
Instructions
Maps out interactive elements on the screen.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | List of flags to require (e.g. 'isButton', 'isTextField') | |
| within | No | Target string to constrain exploration to a specific subtree |