browser_snapshot_frame
Extract the accessibility tree of a specific iframe, even cross-origin, by referencing it. Reliable when the main snapshot returns an empty or collapsed iframe.
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 |