-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firefox 47 - Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. #2110
Comments
The same thing happens with Selenium Version: 2.53.0 When watching the behavior live, then one can see that Firefox hangs right after it is opened by Selenium (the Fx GUI can be seen). |
You will need to use the new Firefox driver from version 47 onwards. See https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette/WebDriver for details. |
The add-ons signing feature of Firefox has now been pushed to version 48, so when 47 is released it should still be supported. I'm going to unlock this issue to allow users to report if they are still seeing problems after Firefox 47 is released. |
hi all |
Firefox 47 has not been released yet (it should be out later today). Please refrain from commenting unless you are using the official release of Firefox 47, preferably with the latest version of Selenium (2.53). |
I'm using the Fx 47 build that will most likely be declared today as the official one (from here: https://ftp.mozilla.org/pub/firefox/releases/47.0/ ) - and still experiencing the issue here, so it seems the addon signing hasn't been pushed to 48... |
This issue has nothing to do with addon signing. Something in FirefoxDriver is causing Firefox to have a startup crash. |
I'm Using Firefox 47 and Selenium-Webdriver 2.53.0 and still experiencing the issue mentioned above. |
Locking this issue to prevent "me too" comments. Please use the subscribe feature to on the right to follow this bug. |
We appear to be ticking something in the JSRuntime https://gist.github.com/AutomatedTester/8c011e194e6343b6d9bfbda80af76402 |
The issue is that code to support cert override was changed in a way that broke Selenium which in turn then crashed Firefox. There is a fix in the works from Mozilla. As a work around you can either revert to Firefox 46 or you can use Marionette*. We have documented how to get set up with Marionette on MDN.
|
Looks like this patch, once verified, may only be out next week. I strongly suggest people move over to Marionette or downgrade to Firefox 46/ESR 45. |
This has been fixed in Firefox, will close this bug when it is released |
Firefox 47.0.1 has been released with a fix. We now need to release client libraries to pick up a version bump in the xpi that is used by FirefoxDriver |
Most, if not all, of the clients have been released by now |
it's also now in maven central |
* Set firefox to latest for travis as Selenium - Firefox issue is now fixed SeleniumHQ/selenium#2110. * Remove single quotes Travis did not install and run firebox test. This may correct it. * Change to firefox 47 Firefox 48 is not working with selenium, but Firefox 47.0.1 does work. Hopefully this will work instead of 46. See SeleniumHQ/selenium#2110 * Try firefox 47.0.1 Using firefox: latest or 47 travis Firefox tests don't run. Last try to see if 47.0.1 will work. Otherwise for now we should stick with `firefox: '46'. * Change Firefox to use latest instead of 46 Per WCT issue https://github.com/Polymer/web-component-tester/issues/367 this should work.
Meta -
OS: Windows 7
Selenium Version: 2.52.0
Browser: Firefox
Browser Version: 47.0b5
Expected Behavior -
Open Browser -> Maximize Window -> Go to Website
Actual Behavior -
Open Bwoeser -> Exception Message='Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms.
Additional Information -
Running NUnit Tests using Selenium Grid. Issue cannot reproduce with Firefox 46 or previous versions.
The text was updated successfully, but these errors were encountered: