Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove WebDriverManager dependency and update to Selenium 4.13.0 (#132)
- 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
- Loading branch information