We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72bc798 commit 2485d8fCopy full SHA for 2485d8f
seleniumbase/core/browser_launcher.py
@@ -1094,12 +1094,13 @@ def _set_chrome_options(
1094
if user_data_dir:
1095
chrome_options.add_argument(
1096
"--disable-features=OptimizationHintsFetching,Translate,"
1097
- "OptimizationTargetPrediction,PrivacySandboxSettings4"
+ "OptimizationTargetPrediction,PrivacySandboxSettings4,"
1098
+ "DownloadBubble,DownloadBubbleV2"
1099
)
1100
else:
1101
1102
- "OptimizationTargetPrediction"
1103
+ "OptimizationTargetPrediction,DownloadBubble,DownloadBubbleV2"
1104
1105
if (
1106
is_using_uc(undetectable, browser_name)
0 commit comments