File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1659,6 +1659,7 @@ def _set_chrome_options(
1659
1659
if user_agent :
1660
1660
chrome_options .add_argument ("--user-agent=%s" % user_agent )
1661
1661
chrome_options .add_argument ("--safebrowsing-disable-download-protection" )
1662
+ chrome_options .add_argument ("--disable-search-engine-choice-screen" )
1662
1663
chrome_options .add_argument ("--disable-browser-side-navigation" )
1663
1664
chrome_options .add_argument ("--disable-save-password-bubble" )
1664
1665
chrome_options .add_argument ("--disable-single-click-autofill" )
@@ -3221,6 +3222,7 @@ def get_local_driver(
3221
3222
"--disable-autofill-keyboard-accessory-view[8]"
3222
3223
)
3223
3224
edge_options .add_argument ("--safebrowsing-disable-download-protection" )
3225
+ edge_options .add_argument ("--disable-search-engine-choice-screen" )
3224
3226
edge_options .add_argument ("--disable-browser-side-navigation" )
3225
3227
edge_options .add_argument ("--disable-translate" )
3226
3228
if not enable_ws :
You can’t perform that action at this time.
0 commit comments