puppeteer-sharp
puppeteer-sharp copied to clipboard
`LaunchOptions.LogProcess` doesn't do anything
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.