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.

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
Advanced
Field
What to set
Status on fail
When should screenshots be taken?
Always or On Failures (default)
Value Standardization
Related
Tags: check, sessionStorage, value, test, expect, assert, data
Last updated