I'm using Selenium 2.53 and Firefox 46, which version of Geckodriver should I use?
Asked
Active
Viewed 1,326 times
1 Answers
1
You don't need to use geckodriver with those versions. It should work as is. 2.53
defaulted to using the legacy firefox webdriver (not geckodriver) and that is what will work best with FF46

Lucas Tierney
- 2,503
- 15
- 13
-
Really thanks for your answer, it clarify more on my understanding. But may I know where we can get the legacy firefox webdriver? – Albert Jan 17 '18 at 02:47
-
The legacy firefox driver is built into selenium, you don't need to get it from anywhere – Lucas Tierney Jan 17 '18 at 21:41
-
Oh, thanks a lot indeed. – Albert Jan 18 '18 at 05:44