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

Implement new headless mode

Open kblok opened this issue 2 years ago • 1 comments
trafficstars

See https://github.com/puppeteer/puppeteer/pull/9364

kblok avatar Feb 06 '23 01:02 kblok

Just in case someone needs this faster, you can set LaunchOptions.Headless to false and pass the --headless=new argument explicitly, see an example here.

yaskovdev avatar Nov 15 '23 19:11 yaskovdev