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

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.

Store cookie Test Step

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

Tags: data, cookie, store

Last updated