Skip to content

v4.1.3 Remove WebDriverManager dependency and update to Selenium 4.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jan 03:52
dee5914
  • As now built-in Selenium Manager allows to download driver, we don't need to maintain webDriverManager dependency.
  • updated core library to use Selenium 4.13.0 (latest compatible with Java 8)
  • removed jackson-databind dependency
  • update testng to 7.5.1 (latest compatible with Java 8)
  • added commons-lang dependency
  • add workflow to automatically deploy to maven central after PR merge