reload_page
Reload the active page or a tab targeted by URL or title substring using CDP, preserving focus and optionally bypassing cache for a forced refresh.
Instructions
Reload a page. If 'tab' is specified, reloads that tab via CDP without changing focus.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab | No | Tab to target by URL or title substring. Uses CDP (no focus change). | |
| force | No | Force reload bypassing cache (default: false) |