Inspect Page
inspect_pageInspect a webpage's structure by capturing outbound network requests to list headings, forms, buttons, links, inputs, and selector candidates, enabling UI verification without modifying the target filesystem.
Instructions
Read page structure through outbound browser network requests and return headings, forms, buttons, links, inputs, role/name selectors, and data-testid candidates. Does not intentionally modify the target or local filesystem. allowPrivateNetwork:true is limited to deliberate loopback development targets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| viewport | No | ||
| includeForms | No | ||
| allowPrivateNetwork | No | ||
| includeAccessibilityTree | No |