Issue Details (XML | Word | Printable)

Key: SRC-674
Type: Bug Bug
Status: Open Open
Priority: Blocker Blocker
Assignee: Unassigned
Reporter: Wesley
Votes: 1
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
Selenium Remote Control

Embedded IE browser doesn't handle cookies correctly

Created: 01/Jun/09 01:34 PM   Updated: 15/Jan/10 04:15 PM
Component/s: Launcher - Internet Explorer, Server
Affects Version/s: 1.0
Fix Version/s: None

File Attachments: 1. Zip Archive Bug Source.zip (31 kB) 01/Jun/09 01:34 PM - Wesley
2. File EmbeddedIESeleniumBug.exe (6 kB) 01/Jun/09 01:34 PM - Wesley
3. File ThoughtWorks.Selenium.Core.dll (40 kB) 01/Jun/09 01:34 PM - Wesley

Environment:
Windows XP SP 3 .Net 3.5 SP1 Java 1.6.0_13 IE 7
Selenium 1.0


 Description  « Hide

If you run the selenium server with these arguments
java -jar selenium-server.jar -interactive -forcedBrowserMode *iexplore -singlewindow -debug

and then try to login to a web site that uses session cookies for authentication, you'll be bounced back to the login page because selenium is not handling cookies correctly in the browser.

To Reproduce this Bug:
1. Start the Selenium server with these arguments: -interactive -forcedBrowserMode *iexplore -singlewindow -debug
2. Copy the EmbeddedIESeleniumBug.exe and the ThoughtWorks.Selenium.Core.dll files to the same directory
3. Run the .exe
4. Notice how after Selenium submits the user information, the browser is bounced back to the login screen.



Sort Order: Ascending order - Click to sort in descending order
Rob Aldred added a comment - 11/Jan/10 05:14 AM

This is a fairly old bug is there any work around? I need to use singleWindow mode, IE's xpath is just painfully slow between windows.


Wesley added a comment - 15/Jan/10 04:15 PM

There's no workaround that I know of other than to use *iexploreproxy and -singleWindow.