Set SessionStorage
Set a browser session storage item.
Last updated
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.

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.
Key Name
sessionStorage key to write
Key Value
Value to store as text and/or a Value
Status on fail
Tags: data, sessionStorage, set, save, add
Last updated