pilot_frames
List all iframes on the current page with their indices, names, and URLs to locate and verify page structure before switching frames.
Instructions
List all frames (iframes) on the current page with their indices, names, and URLs. Use when the user wants to see what iframes exist on the page, find an iframe to interact with, or verify the page structure before switching frame context. The main frame is always index 0. Use pilot_frame_select to switch into an iframe.
Parameters: (none)
Returns: Numbered list of frames showing index, type ([main] or [iframe name="..."]), URL, and an arrow (→) marking the currently active frame. Returns "(no iframes — only the main frame)" if no iframes exist.
Errors: None.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||