cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Chromedriver Version Problem 74

0 Likes
254

I had problems in testing using Hybris 123, selenium download the latest version of chromedriver, today it's 74, but selenium compatible with 73, my solution to the problem, is to change the class SeleniumHelper.java from Hybris123, in the following way none getDriver method:

Of: WebDriverManager.chromedriver().targetPath("resources/selenium").setup();

For: WebDriverManager.chromedriver().version("73.0.3683.68").targetPath("resources/selenium").setup();

Accepted Solutions (0)

Answers (0)