File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11# seleniumbase package
2- __version__ = "4.21.3 "
2+ __version__ = "4.21.4 "
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments