-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathwebdriver.json
More file actions
29 lines (29 loc) · 834 Bytes
/
webdriver.json
File metadata and controls
29 lines (29 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"goog:chromeOptions": {
"args": [
"--headless=new",
"--no-sandbox",
"--disable-dev-shm-usage",
"--disable-gpu",
"--disable-software-rasterizer",
"--disable-extensions",
"--disable-background-networking",
"--disable-default-apps",
"--disable-sync",
"--disable-translate",
"--disable-features=TranslateUI",
"--metrics-recording-only",
"--mute-audio",
"--no-first-run",
"--safebrowsing-disable-auto-update",
"--js-flags=--max-old-space-size=4096",
"--memory-pressure-off",
"--disable-ipc-flooding-protection",
"--disable-background-timer-throttling",
"--disable-backgrounding-occluded-windows",
"--disable-renderer-backgrounding",
"--disable-hang-monitor",
"--enable-automation"
]
}
}