From ba2bb402795ae0d108730655397bdb565906e8ae Mon Sep 17 00:00:00 2001 From: Giulio Longfils Date: Wed, 31 Jul 2024 22:51:09 +0200 Subject: [PATCH] chrome: disable default search engine in internal configuration.default.yaml --- spectrum/src/main/resources/yaml/configuration.default.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spectrum/src/main/resources/yaml/configuration.default.yaml b/spectrum/src/main/resources/yaml/configuration.default.yaml index 8d4451bf..bdf2fbdd 100644 --- a/spectrum/src/main/resources/yaml/configuration.default.yaml +++ b/spectrum/src/main/resources/yaml/configuration.default.yaml @@ -78,7 +78,8 @@ drivers: # Chrome capabilities. See: https://www.selenium.dev/documentation/webdriver/browsers/chrome/ chrome: - args: [ ] + args: + - --disable-search-engine-choice-screen capabilities: prefs: download.prompt_for_download: false