abhi111abhishek / selenium-vba

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

SeleniumWrapper WebDriver in VBA Excel doesn't work with firefox 30.0 #116

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Do you have the same issue with the last version of the wrapper(1.0.22) and 
Firefox(33)?
Have you also checked that it's not a proxy or firewall issue?
And last, I wouldn't recommend to use the default profile as it could generate 
some side effects.
Have you tried with a new and clean profile?

Original comment by florentbr on 17 Nov 2014 at 10:17

GoogleCodeExporter commented 9 years ago
It runs with the wrapper(1.0.22) and Firefox(33) with a proxy and default 
profile or another profile.
thanks for tour help

Original comment by christia...@orange-ftgroup.com on 20 Nov 2014 at 10:27