WebElementsText Method
Returns a list containing the text for each element

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As WebElements
Dim offsetStart As Integer
Dim offsetEnd As Integer
Dim trim As Boolean
Dim returnValue As List

returnValue = instance.Text(offsetStart, 
	offsetEnd, trim)

Parameters

offsetStart (Optional)
Type: SystemInt32
offsetEnd (Optional)
Type: SystemInt32
trim (Optional)
Type: SystemBoolean

Return Value

Type: List
See Also