Skip to content

Selenium 1.023 fails to start with latest version of Firefox 37.0.2 #150

Open
@GoogleCodeExporter

Description

@GoogleCodeExporter
Operating system and version (32/64bit): Win 7 64-bit
.Net Framework version : 4.5.2
Office name and version(32/64bit): 2003 32-bit Excel 11.8404.8405 SP3
Browser name and version: Firefox 37.0.2
SeleniumWrapper version: 1.0.23.0


Public Sub a()
    Dim Selenium As New SeleniumWrapper.WebDriver
    Dim BaseUrl As String
    BaseUrl = "http://www.google.com"

    Selenium.setProfile "Selenium"
    Selenium.Start "firefox", BaseUrl
    selenium.setImplicitWait 5000
'    ...
    Selenium.Stop
End Sub

err.Number: -2146233088  (80131500)
err.Description: Failed to start up socket within 45000 ms. Attempted to 
connect to the following addresses: 127.0.0.1:9055

Opens firefox, but fails to connect to URL (www.google.com).  After a few 
seconds throws error.

** Note: Appears to be same issue as in previous versions of driver, i.e. 
incompatible selenium Firefox driver for latest version of FF.  FF update 
results in selenium driver failing?
https://code.google.com/p/selenium-vba/issues/detail?id=91

Original issue reported on code.google.com by [email protected] on 5 May 2015 at 1:00

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions