ListItem Property
Return the item at index

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

value = instance(index)

instance(index) = value

Parameters

index
Type: SystemInt32
Zero based index

Return Value

Type: Object

Implements

IListItemInt32
See Also