WebElementsItem Property
Get the WebElement at the provided index

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

value = instance(index)

Parameters

index
Type: SystemInt32
Base zero index

Return Value

Type: WebElement
WebElement
See Also