I am new to Selenium and have this code which should open the target
site:
selenium = new DefaultSelenium("localhost", 4444, "*iexplore", "http://
google.com/");
Instead it opens this site:
C:\Users\user1\AppData\Local\Temp\customProfileDira.....\core
\Blank.html
Due to company security restriction policies, I am unable to uncheck
"Enable Protected Mode" which should have solved the problem.
I played with adding different sites to "Intranet" "Trusted" sites -
that didn't do the trick either.
What else can be tried to resolve this issue?
Thanks.