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

Store SessionStorage

Store the value of a specific session storage item in the Value Store.

Store SessionStorage reads a named sessionStorage key and saves its value in the Value Store. Use it when a later step needs tab-scoped state the page already wrote.

Store sessionStorage Test Step

When to use it

  • Capture wizard or checkout progress stored only for the current tab.

  • Save a value for a later API step or Check SessionStorage.

  • Reuse the stored value in form fields or headers through a Value reference.

Configure

Basics

Field
What to set

sessionStorage Key

Key to read from sessionStorage

Value Store Key

Name to save the value under in the Value Store

Advanced

Field
What to set

Status on fail

Tags: data, sessionStorage, store

Last updated