explore_page
Get a structured page map of interactive elements, forms, and predicted effects. Pass a goal or semantic intent to receive actionable refs for clicks and form filling.
Instructions
Page map: every interactive element with ref (E#), action type, predicted effect, forms (F#), content.…
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Include offscreen elements | |
| goal | No | Natural-language goal; returns ONLY goal… | |
| intent | No | Find elements by semantic intent e.g.… | |
| compact | No | Quick list only (old discover_actions), … | |
| frameId | No | frameId (omit=top) | |
| preload | No | Force-load lazy content before extractio… | |
| maxActions | No | Cap for compact mode (default 250) | |
| incremental | No | Return only added/changed/removed since … | |
| includeHidden | No | Include hidden elements | |
| includeContent | No | Include body text (default true) |