hardkoded / puppeteer-sharp

Headless Chrome .NET API
https://www.puppeteersharp.com
MIT License
3.36k stars 440 forks source link

Roll chrome to 125 #2637

Closed kblok closed 4 months ago

kblok commented 4 months ago

Unfortunately, Chrome M125 might require extra permissions on Windows (see https://pptr.dev/troubleshooting#chrome-reports-sandbox-errors-on-windows).

If you are a Windows user checking this PR, I would appreciate it if you could confirm this change in your environment.

ezanker commented 3 months ago

Interestingly, if I go back to PuppeteerSharp 10.1.0 and point at the Chrome V126 exe, it works fine with no errors... So, are there any change within Puppeteer that could solve this issue?