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

Set SessionStorage

Set a browser session storage item.

Set SessionStorage writes a key and value into browser sessionStorage. Use it to seed tab-scoped state before the application reads it on the same page session.

Set sessionStorage Test Step

When to use it

  • Preload checkout or wizard state that lives only for the current tab.

  • Set known test data so the UI opens in a predictable state.

  • Pair with Check SessionStorage or Store SessionStorage to confirm or reuse the value.

Configure

Basics

Field
What to set

Key Name

sessionStorage key to write

Key Value

Value to store as text and/or a Value

Advanced

Field
What to set

Status on fail

Tags: data, sessionStorage, set, save, add

Last updated