WebElements クラス
複数の WebElement をコレクションとして保持し、まとめて操作・列挙するためのクラスです。
継承階層
SystemObject
  SeleniumList
    SeleniumWebElements

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

WebElements には次のメンバーが定義されています。

メソッド
  名前説明
公開メソッドAdd(Object)
Adds a value in the list
(継承元: List
公開メソッドAdd(WebElement)
Adds a web element
公開メソッドAddRange
Adds multiple values at once in the list
(継承元: List
公開メソッドAttribute
Returns a list with the attribute for each element
公開メソッドClear
Clears the list
(継承元: List
公開メソッドContains
Return true if the list contains the value.
(継承元: List
公開メソッドConvertT
Converts each value.
(継承元: List
公開メソッドCopyTo
Copies the values to an array
(継承元: List
公開メソッドDistinct
Remove duplicates
(継承元: List
公開メソッドコード例ExecuteAsyncScript
Execute an asynchronous piece of JavaScript against each web element and returns all the results;
公開メソッドコード例ExecuteScript
Execute a piece of JavaScript against each web element and returns all the results;
公開メソッドFirst
最初の項目を返します。
公開メソッドGetEnumerator
リストの列挙子を返します。
(継承元: List
公開メソッドIndexOf
値のインデックスを返します。
(継承元: List
公開メソッドInsert
Insert a value at index
(継承元: List
公開メソッドLast
最後の項目を返します。
公開メソッドLastIndexOf
The index of the value starting from the end.
(継承元: List
公開メソッドRemove
Remove the value
(継承元: List
公開メソッドRemoveAt
Remove the value at index
(継承元: List
公開メソッドSort
Sorts the elements
(継承元: List
公開メソッドText
Returns a list containing the text for each element
公開メソッドToArray
値の配列を返します。
(継承元: List
公開メソッドコード例ToExcel
値を Excel にコピーします。宛先はアドレス、ワークシート、または範囲にできます。
(継承元: List
公開メソッドValues
値の配列を返します。
(継承元: List
公開メソッドValues(Object, Int32, Int32)
Returns a list containing the text parsed to a number for each element
ページ先頭
プロパティ
  名前説明
公開プロパティCount
項目数を返します。
(継承元: List
公開プロパティIsFixedSize
利用できません。
(継承元: List
公開プロパティIsReadOnly
利用できません。
(継承元: List
公開プロパティIsSynchronized
常に False を返します。
(継承元: List
公開プロパティItem
Get the WebElement at the provided index
公開プロパティSyncRoot
常に null を返します。
(継承元: List
ページ先頭
参照