-
-
Notifications
You must be signed in to change notification settings - Fork 454
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
Chrome 129 headless Error #2782
Comments
We don't have support for 129 yet. Upstream change in puppeteer might come soon. |
I tested on chrome128 and chrome130. there was no problem. I think chromium(129) has a problem. |
Do you know how to fix this issue interim? |
So you are using your installed browser rather than the one downloaded by puppeteer right? |
Yes we are using installed browser |
I tried to reproduce that. But I'm not getting that on Chrome 129.0.6668.60 on MacOS. |
It is also reported that you could replace |
That is not correct way, since that will point to old headless mode which is going to be out of support from chrome soon. |
Ok so you'll need to wait till the chromium team fixes the bug. |
This is resolved in google chrome release - Version 130.0.6723.59 |
Can confirm that current build as of 26 Oct 2024 have this issue
Fetching loads
Waiting for new PuppeteerSharp version? |
Today, I updated the Chrome browser to the latest version (129).
After the update, running Chrome in headless mode produces an unusual result: a blank white window appears, matching the size of the browser.
The text was updated successfully, but these errors were encountered: