Skip to content

Commit

Permalink
disable search engine choice screen (#1869)
Browse files Browse the repository at this point in the history
  • Loading branch information
pocmo authored Aug 5, 2024
1 parent 47bc123 commit 78791a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ kotlinResult = "1.1.14"
ktor = "2.3.6"
mozillaRhino = "1.7.14"
picocli = "4.5.2"
selenium = "4.11.0"
selenium = "4.13.0"
slf4j = "1.7.36"
squareOkhttp = "4.12.0"
squareOkio = "3.8.0"
Expand Down
1 change: 1 addition & 0 deletions maestro-client/src/main/java/maestro/drivers/WebDriver.kt
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class WebDriver(val isStudio: Boolean) : Driver {
driverService,
ChromeOptions().apply {
addArguments("--remote-allow-origins=*")
addArguments("--disable-search-engine-choice-screen")
if (isStudio) {
addArguments("--headless=new")
addArguments("--window-size=1024,768")
Expand Down

0 comments on commit 78791a0

Please sign in to comment.