Gets a cookie with the specified name.
Namespace: OpenQA.SeleniumAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- name
- Type:
System String
The name of the cookie to retrieve.
Return Value
The Cookie containing the name. Returns if no cookie with the specified name is found.See Also