Check Cookie
Compare a browser cookie value.
Last updated
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.

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.
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
Status on fail
When should screenshots be taken?
Always or On Failures (default)
Value Standardization
Tags: check, cookie, value, test, expect, assert
Last updated