Returns the value of the cookie with the specified name, or throws an error if the cookie is not present.
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
the value of the cookieImplements
ISelenium GetCookieByName(String)See Also