ICookieJar MethodsWebDriver
The ICookieJar type exposes the following members.
Methods

  NameDescription
Public methodAddCookie
Adds a cookie to the current page.
Public methodDeleteAllCookies
Deletes all cookies from the page.
Public methodDeleteCookie
Deletes the specified cookie from the page.
Public methodDeleteCookieNamed
Deletes the cookie with the specified name from the page.
Public methodGetCookieNamed
Gets a cookie with the specified name.
Back to Top
See Also