browser_snapshot_frame
Capture a snapshot of a specific iframe or nested frame on a page by CSS selector, using '>>' to chain nested frame selectors.
Instructions
Snapshot a single iframe by selector. Use ' >> ' for nested frames, e.g. iframe#pplayer_iframe >> iframe#modulePlayerIframe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frameSelector | Yes | CSS selector for the iframe, or chained with ' >> ' for nested frames |