Is there any alternate to ChromeDriver?

Good morning, is there any solution over this issue . Like we need to manually update the Chrome driver else our code will throw exception

1 Like

Yes there is. Try using WebDriverManager

It will take the browser driver as per test requirement

1 Like

Ok if possible can we tell me how it works and where and how to use ?

1 Like

You need to add the webdriver manager dependency in pom.xml file to use it. Then call the driver using simple object calling.

1 Like

Ok. Is there any reference?

1 Like

Follow GitHub - bonigarcia/webdrivermanager: Automated driver management and other helper features for Selenium WebDriver in Java

1 Like

Sure. Thank you…

1 Like