You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Disable task throttling of timer tasks from background pages.
41
35
'--disable-background-timer-throttling',
42
-
// Disable the default throttling of IPC between renderer & browser processes.
43
-
'--disable-ipc-flooding-protection',
44
-
// Disable some features not appropriate for automation https://github.com/GoogleChrome/chrome-launcher/blob/master/docs/chrome-flags-for-tools.md#--enable-automation
45
-
'--enable-automation',
46
-
// Avoid potential instability of using Gnome Keyring or KDE wallet. crbug.com/571003 crbug.com/991424
47
-
'--password-store=basic',
48
-
// Use mock keychain on Mac to prevent blocking permissions dialogs
49
-
'--use-mock-keychain',
50
36
// Disable background tracing (aka slow reports & deep reports) to avoid 'Tracing already started'
0 commit comments