Issue Details (XML | Word | Printable)

Key: SEL-508
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Dan Fabulich
Votes: 0
Watchers: 0
Operations

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

deleteAllVisibleCookies command

Created: 30/Nov/07 02:00 PM   Updated: 05/Feb/08 04:37 PM   Resolved: 30/Nov/07 03:01 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.0


 Description  « Hide

It's common to want to delete all cookies, but it's very hard to do, and it's impossible to do in Selenese without the benefit of for loops.

We should provide commands that can recursively delete a cookie in O(n^2) time by trying all sub-domains and sub-paths, and another command to attempt to recursively delete all visible cookies.



Sort Order: Ascending order - Click to sort in descending order
Dan Fabulich added a comment - 30/Nov/07 03:01 PM

Implemented in revision 1924.