I'm using Webdriver, Internet Explorer 7 and Windows Vista. When I click on a link that opens a new window through a JavaScript function using window.open(url), the window opens but instead of showing the intended screen it shows the login page since the session cookie has been cleared.
Is there any way of keeping that cookie allowing me to avoid to login anytime I open a window this way?
Thanks in advance.
