Browser Get Page Structure
browser_get_page_structureGet a readable page structure summary to analyze the DOM layout. Scope to a specific element and set max depth or children to control detail.
Instructions
Return a readable page structure summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxDepth | No | Max tree depth (default 4). | |
| selector | No | Scope to an element; omit for document body. | |
| sessionId | Yes | ||
| maxChildren | No | Max children per node (default 20). |