Skip to content
Snippets Groups Projects
.puppeteer.json 84 B
{
    "executablePath": "/usr/bin/chromium-browser",
    "args": ["--no-sandbox"]
}