Replies: 1 comment
-
@vitaly87 You can set chrome args on config with this features. https://peter.sh/experiments/chromium-command-line-switches/#enable-features Example: Puppeteer: {
chrome: {
args: ['--enable-features=SameSiteByDefaultCookies']
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
after chrome update the codeceptjs unable to load web with cross origin issue,

https://duo.com/decipher/google-rolls-out-samesite-cookie-changes-to-chrome
I need some how to load chrome with this flags how can I do it?
Beta Was this translation helpful? Give feedback.
All reactions