WebDriverManager is a Java library aimed to automate the Selenium Webdriver binaries management in runtime.
WebDriverManager is a Java library aimed to automate the Selenium Webdriver binaries management in runtime.
If you have ever used Selenium Webdriver, you probably know that in order to use browsers such as Chrome, Firefox, Opera, Internet Explorer, Microsoft Edge, or PhantomJS, you need to download a binary which allows WebDriver to handle the browser. This is quite annoying since it forces you to link directly this binary in your source code. In addition, you have to check manually when new versions of the binaries are released. WebDriverManager comes to the rescue, performing in an automated way all this dirty job for you.