session_get_state
Capture a combined snapshot of console logs, network requests, and DOM mutations in one call. Use returned cursors on the next call to retrieve only new changes and see the effect of an action.
Instructions
One snapshot of console output, network requests and DOM mutations together, instead of three separate calls. Pass the cursors back on the next call to get only what is new. This is the cheapest way to see the effect of an action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| log_limit | No | Maximum console entries. | |
| mut_limit | No | Maximum DOM mutation records. | |
| net_limit | No | Maximum network requests. | |
| log_cursor | No | Only console entries newer than this seq. | |
| net_filter | No | Only requests whose URL contains this. | |
| errors_only | No | Restrict console to warnings and errors, and network to failures. |