0

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.

NarendraR
  • 7,577
  • 10
  • 44
  • 82
biligunb
  • 41
  • 8
  • Can you check with marionate; DesiredCapabilities capabilities=DesiredCapabilities.firefox(); capabilities.setCapability("marionette", true); WebDriver driver = new FirefoxDriver(capabilities); – santhosh kumar Aug 18 '17 at 08:09
  • Try setting the `capabilities.setCapability("marionette", false);` – Tarun Lalwani Aug 18 '17 at 08:57
  • Possible duplicate of [Selenium WebDriver 3.4.0 + geckodriver 0.18.0 + Firefox ?? - which combination works?](https://stackoverflow.com/questions/45510338/selenium-webdriver-3-4-0-geckodriver-0-18-0-firefox-which-combination-w) – undetected Selenium Aug 18 '17 at 11:33
  • marionette needs to be set to true - beginning with FF 48.0 so i have heard. – biligunb Aug 28 '17 at 03:53
  • as for @DebanjanB i am not looking for the FF version but the GECKO driver version that works with FF 48.0 and Selenium 3.4.0 – biligunb Aug 28 '17 at 03:54

0 Answers0