CookiesItem Property (Int32)
Returns the cookie at index (Zero based)

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

value = instance(index)

Parameters

index
Type: SystemInt32
Zero based index

Return Value

Type: Cookie
See Also