CookiesItem Property (String)
Returns the cookie for the given name

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As Cookies
Dim name As String
Dim value As Cookie

value = instance(name)

Parameters

name
Type: SystemString
Cookie name

Return Value

Type: Cookie
See Also