2020-04-15 20:26:21 +02:00
|
|
|
{
|
2025-03-22 10:13:47 +01:00
|
|
|
"browserContext": "new",
|
|
|
|
|
"headless": "new",
|
|
|
|
|
"defaultViewport": {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"height": 0,
|
|
|
|
|
"deviceScaleFactor": 1,
|
|
|
|
|
"isMobile": false,
|
|
|
|
|
"hasTouch": false,
|
|
|
|
|
"isLandscape": true
|
|
|
|
|
},
|
2020-04-15 20:26:21 +02:00
|
|
|
"args": [
|
2025-03-22 10:13:47 +01:00
|
|
|
"--disable-gpu",
|
|
|
|
|
"--disable-dev-shm-usage",
|
|
|
|
|
"--disable-setuid-sandbox",
|
|
|
|
|
"--no-sandbox",
|
|
|
|
|
"--no-zygote",
|
|
|
|
|
"--disable-extensions",
|
|
|
|
|
"--disable-background-networking",
|
|
|
|
|
"--disable-background-timer-throttling",
|
|
|
|
|
"--disable-backgrounding-occluded-windows",
|
|
|
|
|
"--disable-breakpad",
|
|
|
|
|
"--disable-component-extensions-with-background-pages",
|
|
|
|
|
"--disable-default-apps",
|
|
|
|
|
"--disable-features=TranslateUI,BlinkGenPropertyTrees,IsolateOrigins,site-per-process",
|
|
|
|
|
"--disable-hang-monitor",
|
|
|
|
|
"--disable-ipc-flooding-protection",
|
|
|
|
|
"--disable-popup-blocking",
|
|
|
|
|
"--disable-prompt-on-repost",
|
|
|
|
|
"--disable-renderer-backgrounding",
|
|
|
|
|
"--disable-sync",
|
|
|
|
|
"--force-color-profile=srgb",
|
|
|
|
|
"--hide-scrollbars",
|
|
|
|
|
"--metrics-recording-only",
|
|
|
|
|
"--mute-audio",
|
|
|
|
|
"--no-first-run",
|
|
|
|
|
"--no-default-browser-check"
|
|
|
|
|
],
|
|
|
|
|
"timeout": 30000,
|
|
|
|
|
"protocolTimeout": 30000,
|
|
|
|
|
"ignoreHTTPSErrors": true,
|
|
|
|
|
"bypassCSP": true,
|
|
|
|
|
"executablePath": null,
|
|
|
|
|
"ignoreDefaultArgs": false,
|
|
|
|
|
"handleSIGINT": true,
|
|
|
|
|
"handleSIGTERM": true,
|
|
|
|
|
"handleSIGHUP": true,
|
|
|
|
|
"userDataDir": null,
|
|
|
|
|
"devtools": false,
|
|
|
|
|
"slowMo": 0,
|
|
|
|
|
"pipe": false,
|
|
|
|
|
"extraPrefsFirefox": {},
|
|
|
|
|
"dumpio": false,
|
|
|
|
|
"product": "chrome"
|
2020-04-15 20:26:21 +02:00
|
|
|
}
|