list_frames
Navigate to a URL and return its frame tree with details like frame path, URL, name, same-origin status, and reachability. Helps debug cross-origin iframe boundaries before extraction.
Instructions
Diagnostic: navigate to a URL and return its frame tree (frame_path, url, name, same_origin, reachable). Useful for debugging cross-origin iframe boundaries before extraction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The page whose frame tree to report. Must be http/https and allowlisted. | |
| wait_for | No | Navigation wait condition. | networkidle |