WebElementsValues Method (Object, Int32, Int32)
Returns a list containing the text parsed to a number for each element

名前空間: Selenium
アセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文
VB 使用例
Dim 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)

パラメータ

defaultValue(省略可)
型: SystemObject
テキストを解析できない場合の既定値。
offsetStart(省略可)
型: SystemInt32
offsetEnd(省略可)
型: SystemInt32

戻り値

型: List
参照