For the complete documentation index, see llms.txt. This page is also available as Markdown.

Check SessionStorage

Check the value of a specific session storage key.

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

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 when the Flow needs a known starting value.

Configure

Basics

Field
What to set

Key Name

sessionStorage key to read

Comparison Type

Value

Expected value as text and/or Values

Advanced

Field
What to set

Status on fail

When should screenshots be taken?

Always or On Failures (default)

Value Standardization

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

Last updated