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
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.
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)
The text was updated successfully, but these errors were encountered: