Hello.
I'm a newbie with Selenium 2, and I can't find the answer googling around the net.
What I need is to run tests against my site in Internet Explorer using a separate user account on my machine (os is windows 7) without user logged in.
I really want to use C# NUnit tests, so that I could check timing for the web scenarios and make the test fail, if the time interval to navigate \ open \ etc. actions is to big.
What I can't find how to do - is to execute test without user logged in.
When I log into the system as my separate user and run tests - everything works just fine.
However when I configure test to run without the user logged in - I get Unexpected error launching Internet Explorer. IELaunchURL() returned 80070490 for URL '
http://localhost:58636/' (NoSuchDriver) error.
As far as I'm concerned, it means, that webDriver wasn't able to launch, as there were no display..
Could you please help me to find the way to run my tests without user logged in?