You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
What steps will reproduce the problem?
1. driver.manage().addCookie(testCookie); does not work in IE driver.
What is the expected output? What do you see instead?
The cookie should be set in the IE. But It does not.
What version of the product are you using? On what operating system?
selenium-server-standalone-2.0b1.jar
Windows XP, IE-7
Please provide any additional information below.
It works like a charm for firefox and chrome. Attached sample code for the test.
Run the test "java CookieTest ie" .