sindresorhus / pageres

Capture website screenshots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Simao-Santos opened this issue · comments

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!

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