WebElements Methods |
The WebElements type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add(Object) |
Adds a value in the list
(Inherited from List.) |
![]() | Add(WebElement) |
Adds a web element
|
![]() | AddRange |
Adds multiple values at once in the list
(Inherited from List.) |
![]() | Attribute |
Returns a list with the attribute for each element
|
![]() | Clear |
Clears the list
(Inherited from List.) |
![]() | Contains |
Return true if the list contains the value.
(Inherited from List.) |
![]() | ConvertT |
Converts each value.
(Inherited from List.) |
![]() | CopyTo |
Copies the values to an array
(Inherited from List.) |
![]() | Distinct |
Remove duplicates
(Inherited from 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 |
Returns the first item
|
![]() | GetEnumerator |
Returns the List enumerator
(Inherited from List.) |
![]() | IndexOf |
Returns the index of the value
(Inherited from List.) |
![]() | Insert |
Insert a value at index
(Inherited from List.) |
![]() | Last |
Returns the last item
|
![]() | LastIndexOf |
The index of the value starting from the end.
(Inherited from List.) |
![]() | Remove |
Remove the value
(Inherited from List.) |
![]() | RemoveAt |
Remove the value at index
(Inherited from List.) |
![]() | Sort |
Sorts the elements
(Inherited from List.) |
![]() | Text |
Returns a list containing the text for each element
|
![]() | ToArray |
Returns an array with the values
(Inherited from List.) |
![]() ![]() | ToExcel |
Copies the values to Excel. The target can be an address, a worksheet or a range.
(Inherited from List.) |
![]() | Values |
Returns an array with the values
(Inherited from List.) |
![]() | Values(Object, Int32, Int32) |
Returns a list containing the text parsed to a number for each element
|