OUR needs to support multiple browsers and it is cumbersome to ask users to provide the path for the webdriver and asking them to manage their versions as well.
WebDriverManager does good work in managing and downloading the versions required to run selenium.
Considerations:
Should we consider making it work at runtime or do a preprocessing while building it.
There seem to be very few open issues. But I do not see anything of major concern.
OUR needs to support multiple browsers and it is cumbersome to ask users to provide the path for the webdriver and asking them to manage their versions as well.
WebDriverManager does good work in managing and downloading the versions required to run selenium.
Considerations: