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

Store LocalStorage

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

Store LocalStorage reads a named localStorage key and saves its value in the Value Store. Use it when a later step or check needs client-side state the page already wrote.

Store localStorage Test Step

When to use it

  • Capture a feature flag or preference after the application sets it.

  • Save a token or ID from localStorage for a later API step or Check LocalStorage.

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

Configure

Basics

Field
What to set

localStorage Key

Key to read from localStorage

Value Store Key

Name to save the value under in the Value Store

Advanced

Field
What to set

Status on fail

Tags: data, localStorage, store

Last updated