Open GoogleCodeExporter opened 9 years ago
There's an example on how to select a browser on the home page :
https://code.google.com/p/selenium-vba/#Select_the_browser_to_work_with
For IE you may have to initialize the zooming and security policy as described
here:
http://code.google.com/p/selenium/wiki/InternetExplorerDriver#Required_Configura
tion
Once the selenium.start command is executed, a black window shows up and the IE
browser is launched. If it's not the case, it could be that :
- IE is not installed
- Your IE version is 64bit and you are trying to use the 32bit version.
- An external program is blocking the launching (firewall, spyware...)
- IE set-up doesn't match the zooming/security requirements.
- There's a bug in this wrapper and i will require additional information to investigate this issue.
I hope this will help.
Original comment by florentbr
on 7 Jun 2013 at 1:15
Super
Thanks I got it working now
Original comment by mobiel.j...@gmail.com
on 7 Jun 2013 at 3:13
Original comment by florentbr
on 8 Sep 2014 at 5:40
Original issue reported on code.google.com by
mobiel.j...@gmail.com
on 7 Jun 2013 at 6:49