Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

Unable to obtain stable firefox connection in 60 seconds (Windows 8 + FF 32.0) #7642

Closed
lukeis opened this issue Mar 4, 2016 · 56 comments
Closed

Comments

@lukeis
Copy link
Member

lukeis commented Mar 4, 2016

Originally reported on Google Code with ID 7642

What steps will reproduce the problem?
1. Save the below sample script to a file (Say, demo.rb) and run the sample script.

require "selenium-webdriver"
driver = Selenium::WebDriver.for :firefox
driver.navigate.to "http://google.com"
element = driver.find_element(:name, 'q')
element.send_keys "Hello WebDriver!"
element.submit
puts driver.title
driver.quit

2. Observe the console/terminal/command prompt logs.

What is the expected output? What do you see instead?

*Expected output*
The FF browser instance should launch and after that it should hit the URL "http://google.com"

*Actual Result*
The FF browser instance is launching and it is not hitting the url due to which the
further execution of script is failing.

Selenium version: Selenium-Webdriver(2.42.0)
OS: Windows 8 (32 bit)
Browser: Firefox 
Browser version: 32.0

*Note*
Ruby Bersion : 2.0.0
Please provide any additional information below. A sample reduced test
case, or a public URL that demonstrates the problem will intrigue our merry
band of Open Source developers far more than nothing at all: they'll be far
more likely to look at your problem if you make it easy for them!

Reported by kedar.tiwaskar on 2014-07-23 12:42:59

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Reported by barancev on 2014-07-23 21:05:38

  • Labels added: Browser-Firefox

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Issue 7702 has been merged into this issue.

Reported by barancev on 2014-08-03 20:36:05

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Fixed by revision 76358a4ddc82
Will be released in the version 2.43

Reported by barancev on 2014-08-03 20:37:25

  • Status changed: Fixed

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Issue 7710 has been merged into this issue.

Reported by barancev on 2014-08-05 08:18:08

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

When 2.43 getting released ?

Reported by uma.aruna on 2014-08-06 12:41:07

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Issue 7823 has been merged into this issue.

Reported by barancev on 2014-09-02 19:50:43

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Issue 7810 has been merged into this issue.

Reported by barancev on 2014-09-03 04:55:30

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Issue 7825 has been merged into this issue.

Reported by barancev on 2014-09-03 04:56:29

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Issue 7827 has been merged into this issue.

Reported by barancev on 2014-09-03 04:57:02

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

When can we expect 2.43 release?

Reported by akansh.tayal@snapwiz.com on 2014-09-03 05:31:37

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

When 2.43 are planning to release?

Reported by DmitryLovygin on 2014-09-03 09:28:21

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Issue 7829 has been merged into this issue.

Reported by barancev on 2014-09-03 09:46:46

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Firefox 32 officially released yesterday. Upgraded from Firefox 31 and I am experiencing
this issue.

Selenium WebDriver 2.42.0
Selenium WebDriver Support Classes 2.42.0
Firefox 32.0
Visual Studio 2013
Windows 7 64-bit

Reported by larry.price.dev on 2014-09-03 13:13:56

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Issue 7831 has been merged into this issue.

Reported by barancev on 2014-09-03 15:09:12

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Is there any workaround for this issue until the next version of Selenium is updated?
I tried making the changes to install.rdf per this commit <https://code.google.com/p/selenium/source/detail?r=76358a4ddc82>
which enables the add-on but Firefox stops responding after launching.

Reported by liam.kirsh on 2014-09-03 18:58:47

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Same as https://code.google.com/p/selenium/issues/detail?id=7836

Reported by npfistner@picturesafe.de on 2014-09-04 09:13:16

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

My workaround was to install FirefoxPortable 31.0 and point to the binary using in Java:

desiredCapabilities.setCapability(FirefoxDriver.BINARY, "<your_binary_file_including_path>");

Works fine, despite I have to turn of all other Firefox 32.0 Instances while running
the selenium tests on my local machine ;-)

Reported by npfistner@picturesafe.de on 2014-09-04 09:16:29

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Please release the new version. Firefox 32 is now stable and that bug causes *a lot*
of failures on various CI systems.

Reported by m.goleb on 2014-09-04 12:05:45

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

I worked around this by putting firefox 30 back on the machines, instead of staying
blocked. 

Reported by codyc@qualtrics.com on 2014-09-04 14:50:20

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

It would be nice to have it working since i have Firefox 32 and don't want to move back
to prev version. Thanks for all your great work !

Reported by bear0073 on 2014-09-05 15:09:36

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Thanks guys! Any ETAs for 2.43?

Reported by behrangsa on 2014-09-07 23:29:51

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

See:
http://grokbase.com/t/gg/selenium-developer-activity/149460fwr9/issue-7836-in-selenium-selenium-hq-server-2-42-2-fails-to-connect-to-firefox-32-0
It should be out "within the week".

Reported by spyderweiss on 2014-09-08 16:03:35

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

I am still experiencing this issue under linux mint 17.

Reported by ilya.nechiporenko on 2014-09-08 16:26:21

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Issue 7823 has been merged into this issue.

Reported by barancev on 2014-09-25 09:54:15

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Issue 7823 has been merged into this issue.

Reported by barancev on 2014-09-25 14:11:57

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

I got working with:

selenium-webdriver-2.43.0 
Model Name: MacBook Pro
Model Identifier:   MacBookPro11,1
System Version: OS X 10.9.5 (13F34)
Kernel Version: Darwin 13.4.0

Firefox version 33

Reported by mogya@mogya.com on 2014-10-19 22:23:21

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Hi the status of this issue shows fixed.

But, I am still facing issue with 
selenium-server-2.39.0 
selenium-2.44.0 
Firefox: 33.1.1
in Windows 7 machine.

Reported by kiransenapati on 2014-11-16 18:52:56

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

This does not work either:
selenium-2.44.0 
Firefox: 34.0.5
in mac OS X.

Reported by natalia.ramirez@demandmedia.com on 2014-12-02 07:14:48

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Hi 

Same issue and not working for 
selenium-webdriver-2.44.0
Firefox 33.1.1
OS mac osx 10.10

Reported by tushar.telke on 2014-12-09 11:01:27

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Reproduced on OS X (10.10),
selenium webdriver 2.44.0
Firefox 36.0a2

Reported by normandiggs on 2014-12-30 18:45:11

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Reproduced on Windows 7 Ultimate N
Selenium WebDriver 2.44.0
Firefox 36.0b1

Reported by jasonjean1993 on 2015-01-20 06:41:02

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Hi

Same issue and for
Selenium-webdriver-2.44.0
Firefox 36.0
Windows Xp

Reported by dheerajjain014 on 2015-01-23 06:16:36

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Same issue for 
Selenium-webdriver-2.44.0
Firefox 35.0.1
Ubuntu 14.04

Reported by alexsilva88 on 2015-01-29 21:19:48

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Same issue for
Selenium-webdriver-2.44.0
Firefox 35.0.1
Win 8.1x64

Reported by Jesse.H.Gregory on 2015-02-19 15:54:30

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

same issue for 
Selenium 2.44.0
Firefox 36.0

Reported by ingebrigt@jpro.no on 2015-02-25 12:49:51

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Not able to run my behat scripts..
Error says unable to connect host 127.0.0.1 on port 7055.
Selenium 2.44.0
Firefox 36.0

It was working fine with FF 28.0 After updating to latest version I could not run my
scripts.Kindly help.

Reported by ani.pebble on 2015-02-26 07:40:32

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

build and install the gem (for those on ruby) locally using the source.  this worked
for me until the 2.45.0 release

Reported by hqkarl on 2015-02-26 16:32:06

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Error began on Feb 25 with update to Firefox 36.0
Selenium 2.44.0
OSX 10.10.2 


Reported by howell.b1 on 2015-02-26 16:42:12

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

I am still having this problem

Selenium WebDriver Ruby Gem 2.44
Ruby 1.9.3p545 (2014-02-24) [i386-mingw32]
Firefox 36.0
Firefox Build identifier: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101
Firefox/36.0 (I don't know how to tell if this is 32-bit or 64-bit, but I believe my
Ruby uses 32-bit Firefox (not sure, help me)
Windows 7 64-bit

Reported by lain21us on 2015-02-27 21:04:53

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Solved

Reported by lain21us on 2015-02-28 09:03:58

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Hello All,

What I have observed about this problem is, whenever you are using the latest version
of Selenium Webdriver along with the latest version of Firefox, this issue is manifesting.

Let me know your observations. Here everyone who faced this issue, please observe the
version of Selenium Webdriver gem and firefox.

Reported by kedar.tiwaskar on 2015-03-01 16:29:17

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Issue still around.

Platform: ubuntu (3.13.0-46-generic #77-Ubuntu SMP x86_64 x86_64 x86_64 GNU/Linux)
FF: 36.0
Selenium: 2.44
(client nodejs webdriverio 2.4.5)



Reported by freizl on 2015-03-13 19:43:43

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Reported by luke.semerau on 2015-09-17 18:22:45

  • Labels added: Restrict-AddIssueComment-Commit

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant