BMM1986 / selenium-vba

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

setPreference not working any more with newest version #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Operating system : Windows 7, 64bit
.Net Framework version : 4.03
Office Version : 10
SeleniumWrapper version : 1.0.7.0

What steps will reproduce the problem?

Dim selenium As New SeleniumWrapper.WebDriver  
selenium.setPreference "browser.download.folderList", 2

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

Selenium should start Firefox. Instead I get error 438. "Object doesn't support 
this property or method."

It worked with the 1.0.6 builds, but stopped with 1.0.7.

Original issue reported on code.google.com by gruberal...@gmail.com on 17 Dec 2012 at 9:42

GoogleCodeExporter commented 8 years ago

Original comment by florentbr on 17 Dec 2012 at 8:57

GoogleCodeExporter commented 8 years ago
Should be fixed in version 1.0.8.0
Could you tell me if you still get the error?

For the record, i made the assembly version a constant as it was linked to the 
workbook and as Excel was trying to use a previous version of the driver.

Original comment by florentbr on 6 Jan 2013 at 12:06

GoogleCodeExporter commented 8 years ago
Thanks for fixing! Everything is working now.

Original comment by gruberal...@gmail.com on 7 Jan 2013 at 9:02