ISelenium IsCookiePresent Method WebDriver
Returns true if a cookie with the specified name is present, or false otherwise.

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

bool IsCookiePresent(
	string name
)

Return Value

true if a cookie with the specified name is present, or false otherwise.
See Also