browser_clear_storage
Clear the active page's storage—cookies, localStorage, IndexedDB, cache, service workers—for the current origin or entire browser session. Use to log out or test a fresh-user flow; reload afterward.
Instructions
Clear the active page's storage — cookies, localStorage, IndexedDB, cache, service workers — for the current origin. Set allOrigins to wipe the whole browser session. Use to log out or test a fresh-user flow; reload afterward.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| allOrigins | No | Wipe the entire session, not just the current origin. |