browser_clear_storage
Clear cookies, localStorage, IndexedDB, cache, and service workers for the current origin or the entire browser session. Use to test fresh-user flows or log out.
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. |