on 2019 Apr 10 5:05 PM
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();
Request clarification before answering.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.