ManageFindCookieByName Method
Gets a cookie with the specified name.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As Manage
Dim namePattern As String
Dim returnValue As Cookie

returnValue = instance.FindCookieByName(namePattern)

Parameters

namePattern
Type: SystemString
The name of the cookie to retrieve.

Return Value

Type: Cookie
The Cookie containing the name. Returns null if no cookie with the specified name is found.
See Also