selenium - ITest with different browser version via webdriver -


i'm starting write test scenario selenium web driver , test via different firefox , ie versions. so, downloaded geckodriver , selenium webdriver itself. question is, version of selenium webdriver, firefoxdriver (gecko driver) , ie driver in order test scenario in different browser versions? example firefox since version 35 , ie since version 7.

is there references see firefox version works gecko driver , webdriver versions?

this helps https://www.browserstack.com/automate/capabilities

better way check change log in http://www.seleniumhq.org/download/

exp: gecko https://github.com/mozilla/geckodriver/blob/release/changes.md , webdriver https://raw.githubusercontent.com/seleniumhq/selenium/master/java/changelog


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -