Replies: 1 comment 5 replies
-
Hi @kalupator, You can add it back and use the previous approach set before the change used in the I can't help you with the error you are getting now because I don't know how you have implemented it. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
Please tell why webdrivermanager was removed from the project? Now I get an error:
It's possible to fix if download the web driver for each browser again and setup path manually:
System.setProperty("webdriver.chrome.driver", "c:\\driver\\chromedriver.exe");
I tried to return webdrivermanager, but I get an error:
This version of ChromeDriver only supports Chrome version 114
Beta Was this translation helpful? Give feedback.
All reactions