We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b849815 commit 83ac481Copy full SHA for 83ac481
botcity/web/chrome.py
@@ -22,7 +22,20 @@
22
23
class ChromeLauncher:
24
DEFAULT_OPTIONS = {
25
- "--remote-debugging-port": "0"
+ "--remote-debugging-port": "0",
26
+ "--no-first-run": "",
27
+ "--no-default-browser-check": "",
28
+ "--disable-background-networking": "",
29
+ "--disable-background-timer-throttling": "",
30
+ "--disable-client-side-phishing-detection": "",
31
+ "--disable-default-apps": "",
32
+ "--disable-extensions": "",
33
+ "--disable-hang-monitor": "",
34
+ "--disable-popup-blocking": "",
35
+ "--disable-prompt-on-repost": "",
36
+ "--disable-syncdisable-translate": "",
37
+ "--metrics-recording-only": "",
38
+ "--safebrowsing-disable-auto-update": ""
39
}
40
41
DEFAULT_OPTIONS_HEADLESS = {
0 commit comments