Returns true if a cookie with the specified name is present, or false otherwise.
Namespace: SeleniumAssembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- name
- Type:
System String
the name of the cookie
Return Value
true if a cookie with the specified name is present, or false otherwise.Implements
ISelenium IsCookiePresent(String)See Also