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

Check Cookie

Compare a browser cookie value.

Check Cookie compares a named browser cookie against what you expect. Use it to verify session, preference, or tracking cookies set during the journey.

Check cookie Test Step

When to use it

  • Confirm a consent or preference cookie was set after the user chooses an option.

  • Verify a session cookie exists with the expected value after login.

  • Store the cookie first with Store cookie when a later step needs the same value.

Configure

Basics

Field
What to set

Cookie Name

Name of the cookie to read

Comparison Type

Comparison Type (equals by default)

Cookie Value

Expected value as text and/or a Value

Advanced

Field
What to set

Status on fail

When should screenshots be taken?

Always or On Failures (default)

Value Standardization

Tags: check, cookie, value, test, expect, assert

Last updated