ListIndexOf Method
Returns the index of the value

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.IndexOf(value)

Parameters

value
Type: SystemObject
Value

Return Value

Type: Int32

[Missing <returns> documentation for "M:Selenium.List.IndexOf(System.Object)"]

Implements

IListIndexOf(Object)
See Also