Skip to content

Instantly share code, notes, and snippets.

@jacktams
Created November 5, 2016 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacktams/0e93f60004570a65dfb644cbaad40269 to your computer and use it in GitHub Desktop.
Save jacktams/0e93f60004570a65dfb644cbaad40269 to your computer and use it in GitHub Desktop.
Configuring webdrivermanager
# Add this to a Maven project.
<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>1.4.10</version>
</dependency>
# Add this to a Gradle project.
compile 'io.github.bonigarcia:webdrivermanager:1.4.10'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment