puppeteer-sharp icon indicating copy to clipboard operation
puppeteer-sharp copied to clipboard

`LaunchOptions.LogProcess` doesn't do anything

Open ferenc-a opened this issue 3 weeks ago • 1 comments

LogProcess is only set in a single place in the code base, never used, and setting it in user code doesn't seem to do anything. It should either be deprecated / removed, or implemented according to its description, as it would be a useful feature (for both browsers). It doesn't seem to have an equivalent in upstream Puppeteer.

https://github.com/hardkoded/puppeteer-sharp/blob/de7b94c8624a6ad3b08de3c65ff34d879f3df6e2/lib/PuppeteerSharp/LaunchOptions.cs#L94-L97

Also looking at the class' code, properties and the class itself should clarify which options are Chrome/Firefox-only or affect both.

ferenc-a avatar Nov 18 '25 10:11 ferenc-a