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

[Missing <param name="offsetStart"/> documentation for "M:Selenium.WebElements.Text(System.Int32,System.Int32,System.Boolean)"]

offsetEnd (Optional)
Type: SystemInt32

[Missing <param name="offsetEnd"/> documentation for "M:Selenium.WebElements.Text(System.Int32,System.Int32,System.Boolean)"]

trim (Optional)
Type: SystemBoolean

[Missing <param name="trim"/> documentation for "M:Selenium.WebElements.Text(System.Int32,System.Int32,System.Boolean)"]

Return Value

Type: List

[Missing <returns> documentation for "M:Selenium.WebElements.Text(System.Int32,System.Int32,System.Boolean)"]

See Also