Selenium | WebDriver Manager | Stop downloading browser's driver manually

preview_player
Показать описание
In this video , we will discuss about WebDriver Manager.

In selenium webdriver we have to download the driver binary file such as chromedriver, geckodriver which allows WebDriver to handle the browsers such as Chrome and Firefox.
And then the path to this driver should be set as JVM properties.

WebDriver Manager is a library which allows us to automate the management of the drivers.

You can copy the wendriver manager dependency from the below url

And then you can add the below piece of code in your class file to download the latest driver file and setup the jvm property.

Similarly you can do for other browsers as well.

**************Please comment in case of any query*****************

Also please watch other videos as well.

Рекомендации по теме