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 9e052e8 commit e3d5466Copy full SHA for e3d5466
seleniumbase/core/browser_launcher.py
@@ -211,6 +211,7 @@ def _set_chrome_options(
211
chrome_options.add_argument("--disable-translate")
212
chrome_options.add_argument("--disable-web-security")
213
chrome_options.add_argument("--homepage=about:blank")
214
+ chrome_options.add_argument("--dns-prefetch-disable")
215
chrome_options.add_argument("--dom-automation")
216
if not use_auto_ext: # (It's ON by default. Disable it when not wanted.)
217
chrome_options.add_experimental_option("useAutomationExtension", False)
0 commit comments