hardkoded / puppeteer-sharp

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

PDF Issues #2753

Closed kblok closed 2 months ago

kblok commented 2 months ago

Description

This issue will be used to help users setup chrome in the cloud.

cpGiesen commented 2 months ago

Hello, I like to reopen this issue. https://github.com/hardkoded/puppeteer-sharp/issues/2718 The problem ist still there. We use Version 20.0.0 The only workaround we can use ist: string executablePath = @$"{AppContext.BaseDirectory}\ChromeHeadlessShell\Win64-128.0.6613.119\chrome-headless-shell-win64\chrome-headless-shell.exe";

kblok commented 2 months ago

@cpGiesen did you take a look at this?