Skip to content

Commit b805d09

Browse files
committed
Disable the search engine choice screen
1 parent 8ac972e commit b805d09

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

internal/chrome_android.py

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
'--no-first-run',
4747
'--password-store=basic',
4848
'--use-mock-keychain',
49+
'--disable-search-engine-choice-screen',
4950
]
5051

5152
HOST_RULES = [

internal/chrome_desktop.py

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
'--password-store=basic',
4646
'--use-mock-keychain',
4747
'--propagate-iph-for-testing',
48+
'--disable-search-engine-choice-screen',
4849
]
4950

5051
HOST_RULES = [

0 commit comments

Comments
 (0)