page_observe
Run a single page action and receive a compact delta report covering URL changes, new network requests, and console entries—so you can see side effects without additional tool calls.
Instructions
Run one page action (goto/reload/eval/wait) and report the compact delta it caused: any url change, new network requests, and new console entries. Use this instead of a raw navigate/eval call so you see an action's side-effects without extra tool calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| waitMs | No | settle time after the action before reading the delta, in ms (default 700) | |
| sessionId | No |