0

I am not able to open Firefox 50.0.2 version with python 2.44.0 selenium on suse 12 OS.

Please any one can help me how to open fire fox without " geckodriver " driver.

Regards, Sriram

Sriram Chowdary
  • 119
  • 1
  • 2
  • 6
  • 1
    Answer from Jim Evans http://stackoverflow.com/questions/38916650/what-are-the-benefits-of-using-marionette-firefoxdriver-instead-of-the-old-selen/38917100#38917100 – shank087 Mar 02 '17 at 12:23

1 Answers1

1

You cannot. As of Firefox 47 you need the geckodriver binary to manage the browser from Selenium WebDriver.

Boni García
  • 4,618
  • 5
  • 28
  • 44