WebDriverManager versions and their corresponding browser versions
clingwithderrick opened this issue · 4 comments
We have built a framework in our company and I have suggested to use WebDriverManager. The latest version of WebDriverManager works like a charm with all the browsers that are up-to-date. If we are working on an old version of browser, we need to know which version of the WebDriverManager supports it. In other words, I need the information of which version of WebDriverManager supports the corresponding version of the browsers.
Which means the WebDriverManager itself does not have the information/understanding of compatibility mapping between "older" browser and webdriver binary versions.
Is my understanding correct ?
@bonigarcia Should I raise a new issue for my above question ?
@sachinboob As of version 3, WebDriverManager maps internally the version of the browsers and their driver (e.g. Chrome 69 requires chromedriver 2.44). And yes, next time do not use closed issues long time ago for new questions. And use the main repository, i.e. WebDriverManager, this is about examples.