An NDoc Documented Class Library

DefaultSelenium.IsCookiePresent Method 

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

public 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.

Implements

ISelenium.IsCookiePresent

See Also

DefaultSelenium Class | Selenium Namespace