Is there any stable solution for firefox 47.0 browser incompatibility with selenium 2.53.0 without downgrading firefox into an older version.
Asked
Active
Viewed 133 times
0
-
Have you google for it???.. there are multiple solution...have a look http://stackoverflow.com/questions/37836121/unable-to-open-browser-with-specified-url-using-selenium-webdriver/37836314#37836314 – Saurabh Gaur Jul 06 '16 at 09:04
-
The answer is no. There will always be a lag between the last browser version and Selenium support. – Eugene S Jul 06 '16 at 09:10
-
Thank you very much – Lakz Jul 06 '16 at 12:20
2 Answers
0
You can upgrade to Firefox 47.0.1.
Firefox 47 crashing with selenium webdriver has been fixed in 47.0.1 as per the release notes - https://www.mozilla.org/en-US/firefox/47.0.1/releasenotes/.

Mukesh Takhtani
- 852
- 5
- 15
-
Thank you very much for your answer :) I have tried even with 47.0.1 but it is not worked for me. – Lakz Jul 06 '16 at 12:20