@@ -756,6 +756,16 @@ def _set_chrome_options(
756
756
prefs ["download.prompt_for_download" ] = False
757
757
prefs ["download.directory_upgrade" ] = True
758
758
prefs ["safebrowsing.enabled" ] = False
759
+ prefs ["omnibox-max-zero-suggest-matches" ] = 0
760
+ prefs ["omnibox-use-existing-autocomplete-client" ] = 0
761
+ prefs ["omnibox-trending-zero-prefix-suggestions-on-ntp" ] = 0
762
+ prefs ["omnibox-local-history-zero-suggest-beyond-ntp" ] = 0
763
+ prefs ["omnibox-on-focus-suggestions-contextual-web" ] = 0
764
+ prefs ["omnibox-on-focus-suggestions-srp" ] = 0
765
+ prefs ["omnibox-zero-suggest-prefetching" ] = 0
766
+ prefs ["omnibox-zero-suggest-prefetching-on-srp" ] = 0
767
+ prefs ["omnibox-zero-suggest-prefetching-on-web" ] = 0
768
+ prefs ["omnibox-zero-suggest-in-memory-caching" ] = 0
759
769
prefs ["default_content_setting_values.notifications" ] = 0
760
770
prefs ["content_settings.exceptions.automatic_downloads.*.setting" ] = 1
761
771
prefs ["safebrowsing.disable_download_protection" ] = True
@@ -2236,6 +2246,16 @@ def get_local_driver(
2236
2246
"download.prompt_for_download" : False ,
2237
2247
"download.directory_upgrade" : True ,
2238
2248
"safebrowsing.enabled" : False ,
2249
+ "omnibox-max-zero-suggest-matches" : 0 ,
2250
+ "omnibox-use-existing-autocomplete-client" : 0 ,
2251
+ "omnibox-trending-zero-prefix-suggestions-on-ntp" : 0 ,
2252
+ "omnibox-local-history-zero-suggest-beyond-ntp" : 0 ,
2253
+ "omnibox-on-focus-suggestions-contextual-web" : 0 ,
2254
+ "omnibox-on-focus-suggestions-srp" : 0 ,
2255
+ "omnibox-zero-suggest-prefetching" : 0 ,
2256
+ "omnibox-zero-suggest-prefetching-on-srp" : 0 ,
2257
+ "omnibox-zero-suggest-prefetching-on-web" : 0 ,
2258
+ "omnibox-zero-suggest-in-memory-caching" : 0 ,
2239
2259
"safebrowsing.disable_download_protection" : True ,
2240
2260
"default_content_setting_values.notifications" : 0 ,
2241
2261
"default_content_settings.popups" : 0 ,
0 commit comments