@@ -190,7 +190,7 @@ def _set_chrome_options(
190
190
"managed_default_content_settings.popups" : 0 ,
191
191
"content_settings.exceptions.automatic_downloads.*.setting" : 1 ,
192
192
"profile.password_manager_enabled" : False ,
193
- "profile.default_content_setting_values.notifications" : 0 ,
193
+ "profile.default_content_setting_values.notifications" : 2 ,
194
194
"profile.default_content_settings.popups" : 0 ,
195
195
"profile.managed_default_content_settings.popups" : 0 ,
196
196
"profile.default_content_setting_values.automatic_downloads" : 1 ,
@@ -1118,7 +1118,7 @@ def get_local_driver(
1118
1118
"managed_default_content_settings.popups" : 0 ,
1119
1119
"content_settings.exceptions.automatic_downloads.*.setting" : 1 ,
1120
1120
"profile.password_manager_enabled" : False ,
1121
- "profile.default_content_setting_values.notifications" : 0 ,
1121
+ "profile.default_content_setting_values.notifications" : 2 ,
1122
1122
"profile.default_content_settings.popups" : 0 ,
1123
1123
"profile.managed_default_content_settings.popups" : 0 ,
1124
1124
"profile.default_content_setting_values.automatic_downloads" : 1 ,
0 commit comments