| WebElements クラス |
名前空間: Selenium
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) |