How to update chrome driver in selenide using Java
I am newbie to the selenium and also to Java. There is existing codebase using selenide 5.16.2
The issue I am facing is,
org.openqa.selenium.SessionNotCreatedException: session not created:
This version of ChromeDriver only supports Chrome version 114
Current browser version is 117.0.5938.92 with binary path C:\Program
Files\Google\Chrome\Application\chrome.exe.
In my windows system, I am currently having chrome 117 installed. I am not sure how I can update the chrome driver version as whatever online references I checked, I could not find a way.
So it will be really helpful if I get some hints. Thanks!