Open
Description
Operating system and version (32/64bit) : windows 7 64 bit
.Net Framework version : Microsoft .NET Framework 4
Office name and version(32/64bit) : Microsoft Office 2007
Browser name and version : firefox 30.0
SeleniumWrapper version : SeleniumWrapperSetup-1.0.21.1
What steps will reproduce the problem with a public website ?
1.I tried to test a macro in excel with SeleniumWrapper.WebDriver obect. I was
able to check with object explorer that library is loaded in editor.
2.after running macro, firefox opens but with any URL showed in the right
place. No error message.
3. I set a stop to the selenium.stop line
My VBA macro ;
Dim selenium As SeleniumWrapper.WebDriver
Set selenium = CreateObject("SeleniumWrapper.WebDriver")
selenium.setProfile "default"
selenium.Start "firefox", "https://www.google.fr"
selenium.Open "/?gws_rd=ssl"
selenium.setImplicitWait 5000
selenium.stop
What is the expected output? What do you see instead?
I hoped to load a page
Please provide any additional information below.
I tried to use admin rights for excel program without any good result.
I installed without any error message. I tried to use EDI but I can't record
and replay vba code, but may be is normal behavior.
Do you have any idea of what it doeesn't work ?
Original issue reported on code.google.com by christia...@orange-ftgroup.com
on 14 Nov 2014 at 3:41
Activity