Partitioned Cookies and Partitioning [Key] : Value #29510
Unanswered
iepoch
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, currently today in cypress we can getAllCookies. But when pulling those even in documentation we can pull only so many values.
https://docs.cypress.io/api/commands/getallcookies
And it only yields:
domain: (String)
expiry: (Number) (if specified)
hostOnly: (Boolean) (if specified)
httpOnly: (Boolean)
name: (String)
path: (String)
sameSite: (String) (if specified)
secure: (Boolean)
value: (String)
However if you want to pull PartitionKey it will not pull the partition key no matter if you pass the key of partitionKey. I am wondering when Cypress will update this as we will need to move to use PartitionKey and values for third party phaseout. This is used in the CHIPS method going forward?
Beta Was this translation helpful? Give feedback.
All reactions