map
Capture an ARIA snapshot of the current page to identify actionable elements and assign unique refs for targeted browser automation.
Instructions
Snapshot actionable elements and assign @eN refs (uses Playwright aria_snapshot mode='ai').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Limit snapshot depth. | |
| lease | No | Optional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env. | |
| indent | No | Preserve YAML indent. | |
| session | No | Optional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default'. |