ListAdd Method
Adds a value in the list

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

Parameters

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Selenium.List.Add(System.Object)"]

Return Value

Type: Int32
Index

Implements

IListAdd(Object)
See Also