An NDoc Documented Class Library

ISelenium.IsCookiePresent Method 

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

bool IsCookiePresent(
   string name
);

Parameters

name
the name of the cookie

Return Value

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

See Also

ISelenium Interface | Selenium Namespace