bonigarcia / webdrivermanager-examples

JUnit tests with Selenium WebDriver and WebDriverManager

Home Page:https://bonigarcia.dev/webdrivermanager/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebDriverManager versions and their corresponding browser versions

clingwithderrick opened this issue · 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.

WebDriverManager does not match the version of required binaries (e.g. chromedriver or geckodriver) with the corresponding browsers. You should find that info in the versioning provided by the binaries (e.g. here or here).

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.