The index of the value starting from the end.
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim 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