| WebElementsValues Method (Object, Int32, Int32) |
Returns a list containing the text parsed to a number for each element
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim instance As WebElements
Dim defaultValue As Object
Dim offsetStart As Integer
Dim offsetEnd As Integer
Dim returnValue As List
returnValue = instance.Values(defaultValue,
offsetStart, offsetEnd)
Parameters
- defaultValue (Optional)
- Type: SystemObject
Default value in case the text can't be parsed. - offsetStart (Optional)
- Type: SystemInt32
- offsetEnd (Optional)
- Type: SystemInt32
Return Value
Type:
List
See Also