Replies: 2 comments
-
I'm getting the same error, but I've let Puppeteer download the chrome. Did you fixed it? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I gave up completely on Windows - not sure if it was ever going to work. Unfortunately, when moving to Linux I had a whole new set of issues with Puppeteer not displaying Asian fonts due to an underlying Chrome issue. Have now moved to a Linux Docker image and STILL having problems! Good luck. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Attempting to get puppeteersharp running on a windows-hosted azure function.
Have pre-downloaded the exe and have copied the 'chrome-win' directory to the wwwroot directory for use by the function.
Am getting 'The system could not find the environment option that was entered.System.ComponentModel.Win32Exception' when calling Puppeteer.LaunchAsync with the following params: Headless = true, ExecutablePath = path where the path the verified location of the exe: 'D:\home\site\wwwroot\TEST\chrome-win\chrome.exe'.
Does Puppeteer use an environment setting in windows that isn't being set correctly because I'm not downloading in the usual way?
Beta Was this translation helpful? Give feedback.
All reactions