ISelenium GetCookieByName Method WebDriver
Returns the value of the cookie with the specified name, or throws an error if the cookie is not present.

Namespace: Selenium
Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

string GetCookieByName(
	string name
)

Return Value

the value of the cookie
See Also