Skip to content

Commit 2674a53

Browse files
committed
Disable Chrome local_discovery pop-up notifications
1 parent b678e44 commit 2674a53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

seleniumbase/core/browser_launcher.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def _set_chrome_options(
8787
chrome_options = webdriver.ChromeOptions()
8888
prefs = {
8989
"download.default_directory": downloads_path,
90+
"local_discovery.notifications_enabled": False,
9091
"credentials_enable_service": False,
9192
"profile": {
9293
"password_manager_enabled": False

0 commit comments

Comments
 (0)