> 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/check/check-sessionstorage.md).

# Check SessionStorage

Check SessionStorage compares a `sessionStorage` key against what you expect. Use it to verify client side data the application stores for the current browser tab session.

![Check sessionStorage Test Step](https://app.does.qa/screenshots/node/check_sessionStorage_value.png)

## When to use it

* Confirm a wizard step saved progress in `sessionStorage`.
* Verify session state after login or onboarding.
* Set the key first with [Set SessionStorage](/test-steps/data/set-sessionstorage.md) when the Flow needs a known starting value.

## Configure

### Basics

| Field               | What to set                                                    |
| ------------------- | -------------------------------------------------------------- |
| **Key Name**        | `sessionStorage` key to read                                   |
| **Comparison Type** | [Comparison Type](/test-step-options/comparison-type.md)       |
| **Value**           | Expected value as text and/or [Values](/values/value-store.md) |

### Advanced

| Field                                 | What to set                                                          |
| ------------------------------------- | -------------------------------------------------------------------- |
| **Status on fail**                    | [Failed Status](/test-step-options/failed-status.md)                 |
| **When should screenshots be taken?** | `Always` or `On Failures` (default)                                  |
| **Value Standardization**             | [Value Standardization](/test-step-options/value-standardization.md) |

## Related

* [Set SessionStorage](/test-steps/data/set-sessionstorage.md)
* [Check LocalStorage](/test-steps/check/check-localstorage.md)
* [Check](/test-steps/check.md)

**Tags:** `check`, `sessionStorage`, `value`, `test`, `expect`, `assert`, `data`
