-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
headless: false chromium browser is not opening #38
Comments
How are you testing this? What OS, environments, etc...? |
Node 18 |
If NODE_ENV is set to test it will always run headless, you can try commenting out this line Line 234 in c7284f4
|
I wonder if |
Hey so I created #53 Setting Is it the desired behaviour or is it a bug? |
It's a bug, I remember something broke when I refactored puppeteer out of the package. I'll accept a pr. I'd really like to fix all the env variables. I don't see a need for all of them, headless should just be a required variable and the user should know to set it properly. |
What probably should happen is |
I'm running in to the same issue which is making it difficult to debug what my code is doing since I can't see the Chromium Browser. Were there any other findings @Sparticuz ? Node18 Everything seems to work besides the browser not opening with headless false. Thanks! |
When i set headless to false to see the chromium browser so i can debug. No browser loads, but the function does finish successfully returning the title. Even tried to remove the headless prop
The text was updated successfully, but these errors were encountered: