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 5bdc3c2 commit 09f61faCopy full SHA for 09f61fa
test/common.py
@@ -106,6 +106,8 @@ class ChromeConfig:
106
'--disk-cache-size=1 --media-cache-size=1 --disable-application-cache',
107
# Disable various background tasks downloads (e.g. updates).
108
'--disable-background-networking',
109
+ # Disable native password pop-ups
110
+ '--password-store=basic',
111
)
112
headless_flags = '--headless=new --window-size=1024,768'
113
0 commit comments