cache_clear
Clear the browser HTTP cache to force fresh resource loading, without removing cookies, localStorage, or IndexedDB.
Instructions
Clear the browser HTTP cache (CDP Network.clearBrowserCache).
Mirrors DevTools → Application → Clear storage → Clear site data (cache).
Does NOT touch cookies, localStorage, or IndexedDB — use dedicated tools
or browser_launch(persistent=False) for a full wipe.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |