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

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -