Store Cookie
Save a browser cookie into the Value Store.
Store Cookie reads a named browser cookie and saves its value in the Value Store. Use it when a later step or check needs the cookie content.

When to use it
Capture a session or tracking cookie after login for a later API step.
Save a consent cookie value before asserting it with Check Cookie.
Reuse the stored value in form fields or headers through a Value reference.
Configure
Basics
Field
What to set
Cookie Name
Name of the cookie to read
Value Store Key
Name to save the value under in the Value Store
Advanced
Field
What to set
Status on fail
Related
Tags: data, cookie, store
Last updated