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 -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -