15 lines
432 B
JSON
15 lines
432 B
JSON
{
|
|
"executablePath": "/home/willem/.cache/puppeteer/chrome/linux-152.0.7977.75/chrome-linux64/chrome",
|
|
"headless": true,
|
|
"args": [
|
|
"--no-sandbox",
|
|
"--disable-setuid-sandbox",
|
|
"--disable-gpu",
|
|
"--disable-gpu-compositing",
|
|
"--disable-software-rasterizer",
|
|
"--disable-dev-shm-usage",
|
|
"--disable-features=VizDisplayCompositor",
|
|
"--use-gl=swiftshader",
|
|
"--disable-gpu-driver-bug-workaround"
|
|
]
|
|
} |