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 b678e44 commit 2674a53Copy full SHA for 2674a53
seleniumbase/core/browser_launcher.py
@@ -87,6 +87,7 @@ def _set_chrome_options(
87
chrome_options = webdriver.ChromeOptions()
88
prefs = {
89
"download.default_directory": downloads_path,
90
+ "local_discovery.notifications_enabled": False,
91
"credentials_enable_service": False,
92
"profile": {
93
"password_manager_enabled": False
0 commit comments