We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Context:
Code Snippet
https://github.com/qawolf/playwright-utils/blob/aaf40dca8eeb89d6c9e693d9533d126bf715e36a/tests/setState.test.ts
Describe the bug
Protocol error (Browser.setCookies): ERROR: failed to call method 'Browser.setCookies' with parameters { "browserContextId": "cf29fe83-62dd-b248-ae26-37b93dee95b2", "cookies": [ { "name": "csrf_same_site", "value": "1", "domain": ".twitter.com", "path": "/", "expires": 1615052185, "httpOnly": true, "secure": true, "session": false, "sameSite": "Lax" } ] } Found property "<root>.cookies[0].session" - false which is not described in this scheme _dispatch@chrome://juggler/content/protocol/Dispatcher.js:103:15
The text was updated successfully, but these errors were encountered:
Yep, surprisingly we didn't have a single test for non-session cookies!
Sorry, something went wrong.
fix(wk,ff): properly support getting and setting non-session cookies
9181a3a
Fixes microsoft#1269
cbd2c86
aslushnikov
Successfully merging a pull request may close this issue.
Context:
Code Snippet
https://github.com/qawolf/playwright-utils/blob/aaf40dca8eeb89d6c9e693d9533d126bf715e36a/tests/setState.test.ts
Describe the bug
The text was updated successfully, but these errors were encountered: