browser_snapshot
Capture an accessibility snapshot of the current page to inspect UI structure and elements for testing or automation instead of screenshots.
Instructions
Capture accessibility snapshot of the current page, this is better than screenshot
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Limit the depth of the snapshot tree | |
| filename | No | Save snapshot to markdown file instead of returning it in the response. | |
| sessionId | No | Target session ID. Omit to use the active session. |