Skip to content

Commit

Permalink
[java] Enabling SM for RemoteWebDriverDownloadTest as it is not execu…
Browse files Browse the repository at this point in the history
…ted in RBE.
  • Loading branch information
diemol committed Mar 25, 2024
1 parent 35fef2a commit f4435f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public void setupServers() {
new TomlConfig(
new StringReader(
"[node]\n"
+ "selenium-manager = false\n"
+ "selenium-manager = true\n"
+ "enable-managed-downloads = true\n"
+ "driver-implementation = "
+ browser.displayName())));
Expand Down

0 comments on commit f4435f7

Please sign in to comment.