Class List
Defines a
Implements
IElementWrapper<RemoteWebElement>
Inherited Members
Namespace: Legerity.Web.Elements.Core
Assembly: Legerity.Web.dll
Syntax
public class List : WebElementWrapper, IElementWrapper<RemoteWebElement>
Constructors
| Improve this Doc View SourceList(IWebElement)
Initializes a new instance of the List class.
Declaration
public List(IWebElement element)
Parameters
| Type | Name | Description |
|---|---|---|
| IWebElement | element | The |
List(RemoteWebElement)
Initializes a new instance of the List class.
Declaration
public List(RemoteWebElement element)
Parameters
| Type | Name | Description |
|---|---|---|
| RemoteWebElement | element | The |
Properties
| Improve this Doc View SourceItems
Gets the collection of items associated with the list.
Declaration
public virtual ReadOnlyCollection<IWebElement> Items { get; }
Property Value
| Type | Description |
|---|---|
| ReadOnlyCollection<IWebElement> |
Operators
| Improve this Doc View SourceImplicit(RemoteWebElement to List)
Allows conversion of a
Declaration
public static implicit operator List(RemoteWebElement element)
Parameters
| Type | Name | Description |
|---|---|---|
| RemoteWebElement | element | The |
Returns
| Type | Description |
|---|---|
| List | The List. |