Browser Reload
browser_reloadRefresh the current browser page to apply deployed changes, with an optional hard refresh that bypasses the cache and prevents stale content.
Instructions
Reload the current page. Equivalent to pressing the browser's refresh button. Use ignoreCache:true for a hard refresh that bypasses the browser cache (equivalent to Ctrl+Shift+R) — useful when testing a deployed change that the page might otherwise serve stale/cached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Force a specific mode. Defaults to extension. | |
| sessionId | No | Puppeteer session ID for headless mode. Skips mode selection. | |
| ignoreCache | No | If true, bypass the cache (hard refresh). Default false (normal reload). |