Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which Firefox version is compatible with Selenium 2.53.0?

Which Firefox version is compatible with Selenium 2.53.0? I tried Firefox 45.0 and I am getting this exception:

org.openqa.selenium.WebDriverException: Failed to connect to binary            FirefoxBinary(/Applications/Firefox.app/Contents/MacOS/firefox-bin) on   port 7055; process output follows:  foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"l   ocales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"45.0","maxVersion":"45.*"},{"id":"[email protected]","minVersion":"0","maxVersion":"10"}],"targetPlatforms":[],"multiprocessCompatible":false,"seen":true} 
like image 522
user16165 Avatar asked Apr 20 '16 14:04

user16165


People also ask

What versions of Firefox are supported?

Chosen solution There are only 2 currently updated and supported Released versions, Firefox 9.0. 1 and Firefox 3.6. 25.

Which Mozilla Firefox version onwards Selenium IDE will not be supported?

1) in Firefox. On that site NOTE was found as: Note: Selenium IDE will NOT work on Firefox version 55 onwards. Please stay on Firefox version 54 or older.

Does Selenium work with Firefox?

Selenium IDE by SeleniumIt is implemented as a Firefox extension, and allows you to record, edit, and debug tests.

Which Firefox browser needs GeckoDriver in Selenium?

Gecko driver works with Firefox version 47 or above. It can be resolved by updating Firefox version to 47 or above.


1 Answers

I had the similar problem running Selenium Webdriver 2.53.0 with Firefox 47.0.

Selenium Webdriver 2.53.0 works with Firefox 46.0. You can find the the mentioned version at https://support.mozilla.org/en-US/kb/install-older-version-of-firefox.

like image 145
Jehoshuah Avatar answered Sep 21 '22 11:09

Jehoshuah