When using Karate UI, I would like to set all the browser drivers in the same path, is this possible? and is it customizable? e.g. under resources\drivers you would find chromedriver, geckodriver etc
Asked
Active
Viewed 110 times
1 Answers
1
Managing the driver executable is up to you. What I would do is just add that folder to the System PATH
, and then it should just work.
You can read this answer for other ideas: https://stackoverflow.com/a/66762430/143475

Peter Thomas
- 54,465
- 21
- 84
- 248