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 4e7b87f commit c9b895eCopy full SHA for c9b895e
seleniumbase/core/browser_launcher.py
@@ -2268,6 +2268,8 @@ def get_local_driver(
2268
prefs["enable_do_not_track"] = True
2269
if external_pdf:
2270
prefs["plugins.always_open_pdf_externally"] = True
2271
+ pdce = "user_experience_metrics.personalization_data_consent_enabled"
2272
+ prefs[pdce] = True # Remove "Personalize your web experience" prompt
2273
edge_options.add_experimental_option("prefs", prefs)
2274
edge_options.add_argument(
2275
"--disable-blink-features=AutomationControlled"
0 commit comments