ListLastIndexOf Method
The index of the value starting from the end.

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

returnValue = instance.LastIndexOf(value)

Parameters

value
Type: SystemObject

Return Value

Type: Int32
See Also