Skip to content
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
This repository was 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

Description

@lukeis

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions