forked from imeji-community/imeji-gui-testing
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#41 Use WebDriverManager to manage the Webdriver
- Remove webdriverextensions-maven-plugin - Add dependency webdrivermanager -> Use WebDriverManager to manage the WebDriver binary files: Automatically downloads the latest driver (to ~/.m2/repository/webdriver) and sets the path to the driver binary --> WebDriverManager is more popular than webdriverextensions-maven-plugin, easier to use and independent of Maven --> webdriverextensions-maven-plugin does not seem to get updates anymore
- Loading branch information
Showing
2 changed files
with
16 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters