WebElementsItem プロパティ
Get the WebElement at the provided index

名前空間: Selenium
アセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文
VB 使用例
Dim instance As WebElements
Dim index As Integer
Dim value As WebElement

value = instance(index)

パラメータ

index
型: SystemInt32
0 始まりのインデックス。

戻り値

型: WebElement
取得した WebElement
参照