Skip to content

Commit

Permalink
chrome: disable default search engine in internal configuration.defau…
Browse files Browse the repository at this point in the history
…lt.yaml
  • Loading branch information
giulong committed Jul 31, 2024
1 parent 76c5d09 commit ba2bb40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spectrum/src/main/resources/yaml/configuration.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba2bb40

Please sign in to comment.