1

I am running python 2.7.12 with selenium version 2.53.6 and firefox 49.0. I have looked here for Selenium WebDriver: Firefox starts, but does not open the URL but the solutions mentioned have not solved my problem.

Are there compatibility issues of which I am unaware? Any help would be greatly appreciated.

Community
  • 1
  • 1
gtownrower
  • 135
  • 11

5 Answers5

1

you must used Firefox version<=46.0

Piyush
  • 511
  • 4
  • 13
1

Download Firefox from this link https://ftp.mozilla.org/pub/firefox/releases/46.0.1/win64-EME-free/en-GB/Firefox%20Setup%2046.0.1.exe and then try again

thebadguy
  • 2,092
  • 1
  • 22
  • 31
1

For higher version of Firefox either use Selenium 3.0.x or use geckodriver.

QA Square
  • 245
  • 1
  • 3
1

i am also facing the same problem. I downgraded the Firefox to 47.0.1 and it works

Vardhman Patil
  • 517
  • 6
  • 22
1

As you are using selenium version 2.53.6 .So it is not compatible with firefox version 49.0.

You should downgrade your firefox version to <=46

Download older version of firefox from the below address:

https://support.mozilla.org/en-US/kb/install-older-version-of-firefox.

J.Adhikari
  • 125
  • 1
  • 13