Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cookies returned by IE driver contain no info about domain and expiration date #391

Closed
barancev opened this issue Mar 31, 2015 · 1 comment

Comments

@barancev
Copy link
Member

Cookies returned by IE driver contain no info about domain and expiration date

(Moved from https://code.google.com/p/selenium/issues/detail?id=8509)

@barancev
Copy link
Member Author

How do you know what's the issue if you're not the author? :)

IE driver can't obtain cookies that have httpOnly flag set. It is a known restriction. But it is a completely different issue.

jimevans added a commit that referenced this issue Jun 23, 2015
The IE driver should now be able to return full information for most
cookies, including expiration date and secure status. Additionally,
the driver will now return HTTP-only cookies from IE. Note that some
specific cookie information will still be incomplete. In particular,
session cookies that may have been set with domain, path, or secure
tokens in the cookie string will not have those tokens set in the
returned cookie, as that information is not available via any API. Also
note that this change introduces additional use of Windows APIs that
are not supported when run from a service process, making that more
completely unsupported. Fixes issue #391.
@lock lock bot locked and limited conversation to collaborators Aug 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants