0

Unable to open firefox browser with specified url in selenium webdriver. Only the browser is opening without the url.

Firefox version is 47. Selenium version is 2.53.

Kenster
  • 23,465
  • 21
  • 80
  • 106
Nivi
  • 63
  • 1
  • 9
  • [What have you tried so far?](http://whathaveyoutried.com) Please [edit] your question to show a [mcve] of the code that you are having problems with, then we can try to help with the specific problem. You should also read [ask]. – Toby Speight Jun 15 '16 at 13:00
  • Possible duplicate of [Can't open browser with selenium after firefox update](http://stackoverflow.com/questions/37761668/cant-open-browser-with-selenium-after-firefox-update) – Mobrockers Jun 16 '16 at 13:05

1 Answers1

0

There are two ways to solve your problem.

1- You can downgrade your firefox by reinstalling and select Never check for updates (not recommended: security risk) in your firefox by nevigate through

Open Menu->Options->Advanced.

2- if you want to working with current version of firefox which is 47 you should try with MarionetteDriver...by following this

If you have any problem with this let me know...:)

Saurabh Gaur
  • 23,507
  • 10
  • 54
  • 73