scout_page_tool
Retrieve a structural overview of the current page: metadata, iframe hierarchy, shadow DOM boundaries, and element counts. Use detail_level for summary or full detailed report.
Instructions
Perform deep reconnaissance on the current page state.
Returns a structural overview of the page: metadata, iframe hierarchy, shadow DOM boundaries, and element counts. Use find_elements to search for specific interactive elements by text, type, or selector.
Args: session_id: Active session ID from launch_session. focus_frame: Optional iframe CSS selector to scout instead of the full page. detail_level: 'summary' (default) returns compact overview with element counts. 'full' returns all interactive elements (large response).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| focus_frame | No | ||
| detail_level | No | summary |