danwagnerco / selenium-vba

Automatically exported from code.google.com/p/selenium-vba
1 stars 0 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 sydneybo...@gmail.com on 5 May 2015 at 1:00

GoogleCodeExporter commented 9 years ago
Updated release of Firefox 38.0.1 also fails to start.

As this appears to be an recurring bug with Selenium, is there some way to 
dynamically fix problem?

e.g. change default address 127.0.0.1:9055, or provide more detailed debug info

Original comment by sydneybo...@gmail.com on 20 May 2015 at 12:01