Skip to content

Commit 2485d8f

Browse files
committed
Hide the "Find your downloads here" bubble on Chrome
1 parent 72bc798 commit 2485d8f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: seleniumbase/core/browser_launcher.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -1094,12 +1094,13 @@ def _set_chrome_options(
10941094
if user_data_dir:
10951095
chrome_options.add_argument(
10961096
"--disable-features=OptimizationHintsFetching,Translate,"
1097-
"OptimizationTargetPrediction,PrivacySandboxSettings4"
1097+
"OptimizationTargetPrediction,PrivacySandboxSettings4,"
1098+
"DownloadBubble,DownloadBubbleV2"
10981099
)
10991100
else:
11001101
chrome_options.add_argument(
11011102
"--disable-features=OptimizationHintsFetching,Translate,"
1102-
"OptimizationTargetPrediction"
1103+
"OptimizationTargetPrediction,DownloadBubble,DownloadBubbleV2"
11031104
)
11041105
if (
11051106
is_using_uc(undetectable, browser_name)

0 commit comments

Comments
 (0)