ICookieJar GetCookieNamed Method WebDriver
Gets a cookie with the specified name.

Namespace: OpenQA.Selenium
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

Cookie GetCookieNamed(
	string name
)

Return Value

The Cookie containing the name. Returns   if no cookie with the specified name is found.
See Also