-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
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
[Feature] New headless chrome #21194
Comments
You can give it a try today, most of the stuff will work but we don't run our tests with it yet and some tests are know to fail, so be prepared for some functionality working in the current headless mode but failing in the new one: projects: [
{
name: 'chromium',
use: {
launchOptions: {
ignoreDefaultArgs: ['--headless'],
args: ['--headless=new']
}
},
}, We'll announce separately when the new mode is fully supported. |
tnx, I gave it a try, but it is spamming the playwright inspector windows being open, while browser was still in headless mode, and I had to press play all the time in order for tests to actually continue. |
@yury-s I think the correct option is Just tested it in CodeceptJS + Playwright.
|
I guess it might change by time. Maybe the older Chromium versions used |
Is it already possible to use new headless chrome with playwright?
https://developer.chrome.com/articles/new-headless/
The text was updated successfully, but these errors were encountered: