I am using selenium WebDriver 3.4.0
and Firefox 48.0
with the
webDriver.manage().timeouts().implicitlyWait(5, TimeUnit.SECONDS);
Tried with Below geckodriver version :
- Gecko 0.14 - missing type
- Gecko 0.15 - not a number
- Gecko 0.16 - Unable to find a matching set of capabilities
- Gecko 0.17 - Unable to find a matching set of capabilities
- Gecko 0.18 - Unable to find a matching set of capabilities
Firefox 48
is the lowest version I need to test on.