How to manage browser drivers easily through WebDriverManager?

How to manage browser drivers easily through WebDriverManager?

HI Ian,

WebDriverManager is a library that allows you to drive a browser using the WebDriver APIs, without needing to download any browser-specific drivers. It abstracts your calls to the Selenium server into a much easier-to-use interface.

Read to learn more:

1 Like