sindresorhus / pageres

Capture website screenshots
MIT License
9.68k stars 744 forks source link

How to add Puppeteer's launch option [--no-sandbox] to Pageres constructor? #402

Closed Simao-Santos closed 3 years ago

Simao-Santos commented 3 years ago

We need to not use sandbox in our project, but we can't seem to specify it. We don't use "puppeteer.launch" per se, we just initialize with the Pageres constructor.

Thanks in advance!

sindresorhus commented 3 years ago

No option for this yet. You could use https://github.com/sindresorhus/capture-website instead if you need more options right now.

sindresorhus commented 3 years ago

Fixed in https://github.com/sindresorhus/pageres/releases/tag/v6.1.0