WebElementsText メソッド
Returns a list containing the text for each element

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

パラメータ

offsetStart(省略可)
型: SystemInt32
offsetEnd(省略可)
型: SystemInt32
trim(省略可)
型: SystemBoolean

戻り値

型: List
参照