blueprintmrk / selenium-vba

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

Run time error 80131500 #147

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Operating system and version (32/64bit) : Win7 pro 64bit
.Net Framework version : 4.5.1
Office name and version(32/64bit) : Excel 2007
Browser name and version : Firefox 37.0.1
SeleniumWrapper version : v1.0.23.0 

What steps will reproduce the problem with a public website ?
1. Just installed the SeleniumWrapper. I opened the TestsWithExcel sample in 
Examples folder. Run it and I got the error message attached:

Original issue reported on code.google.com by eyeswith...@gmail.com on 13 Apr 2015 at 11:58

Attachments:

GoogleCodeExporter commented 8 years ago
Same here with a previously working installation.
Only differerences to above are
FF 37.0.2
.Net 4.5.2

It must have something to do with a windows or office update, as I have not 
made any changes to Selenium since the last time I woked with it, where it 
worked.

What happens (in debug-mode):
Code
Sub .....
  Dim driver As New SeleniumWrapper.WebDriver
  driver.Start "firefox", "http://firmen.wko.at/"
  ......

The driver.start starts the FF, but nothing further happens.

Any hints.
----
ADDITION:

If have juste tested the same routine with Chrome wothout any problem.
So issue must be with FF.

Original comment by k...@wftt.at on 12 May 2015 at 7:36