browser_snapshot_frame
Capture the accessibility tree of a specific child frame, including cross-origin iframes, when the main page snapshot shows an empty or collapsed frame.
Instructions
Snapshot a specific child frame directly. Use when browser_snapshot returns an iframe node with empty/collapsed children — snapshotting the frame is reliable (works for same-origin AND cross-origin frames).
frame_ref: a frame id ('f1'), an element ref inside the frame ('f1e36'), or the
<iframe> element's own ref ('e81'). Returns the frame's ARIA tree with refs
rewritten to 'fNeM' form so they're directly usable with click/type/etc.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frame_ref | Yes | ||
| session_id | No | ||
| depth | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |