Skip to content

Commit

Permalink
Upgrade to selenium version 4.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jumperchen committed Dec 7, 2023
1 parent e71d08e commit b812270
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version=1.0.12.1
version=1.4.16.1.0

# dependencies
junitVersion=5.10.0
seleniumVersion=4.11.0
seleniumVersion=4.16.1
dockerJunitVersion=2.0.0
webdrivermanagerVersion=5.4.1
hamcrestVersion=2.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public ChromiumHeadlessDriver(ChromeDriverService service, ChromeOptions options
}

private static ChromeOptions headlessSettings(ChromeOptions options, boolean headless) {
options.setHeadless(headless);
options.addArguments("--headless=new");
return options;
}
}

0 comments on commit b812270

Please sign in to comment.