> For the complete documentation index, see [llms.txt](https://docs.does.qa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.does.qa/test-steps/data/delete-all-sessionstorage.md).

# Delete All SessionStorage

Delete All SessionStorage clears every key in browser `sessionStorage` for the current tab. Use it when the Flow needs a blank tab store before the next interaction.

![Delete All sessionStorage Test Step](https://app.does.qa/screenshots/node/data_sessionStorage_deleteAll.png)

## When to use it

* Reset tab-scoped wizard or checkout state between paths in the same Test Case.
* Clear leftover keys before reloading the page.
* Prefer [Delete SessionStorage](/test-steps/data/delete-sessionstorage.md) when only one key should change.

## Configure

### Basics

This step has no required fields. It removes all `sessionStorage` keys for the active tab.

### Advanced

| Field              | What to set                                          |
| ------------------ | ---------------------------------------------------- |
| **Status on fail** | [Failed Status](/test-step-options/failed-status.md) |

## Related

* [Delete SessionStorage](/test-steps/data/delete-sessionstorage.md)
* [Set SessionStorage](/test-steps/data/set-sessionstorage.md)
* [Store SessionStorage](/test-steps/data/store-sessionstorage.md)
* [Data](/test-steps/data.md)

**Tags:** `data`, `sessionStorage`, `deleteAll`
