Which gecko driver suitable for - Selenium 3.4.0 Firefox 48.0 -
i using selenium webdriver 3.4.0
, firefox 48.0
webdriver.manage().timeouts().implicitlywait(5, timeunit.seconds);
tried below geckodriver version :
- gecko 0.14 - missing type
- gecko 0.15 - not number
- gecko 0.16 - unable find matching set of capabilities
- gecko 0.17 - unable find matching set of capabilities
- gecko 0.18 - unable find matching set of capabilities
firefox 48
lowest version need test on.
Comments
Post a Comment