Class TableRow
Defines a
Implements
IElementWrapper<RemoteWebElement>
Inherited Members
Namespace: Legerity.Web.Elements.Core
Assembly: Legerity.Web.dll
Syntax
public class TableRow : WebElementWrapper, IElementWrapper<RemoteWebElement>
Constructors
| Improve this Doc View SourceTableRow(IWebElement)
Initializes a new instance of the TableRow class.
Declaration
public TableRow(IWebElement element)
Parameters
Type | Name | Description |
---|---|---|
IWebElement | element | The |
TableRow(RemoteWebElement)
Initializes a new instance of the TableRow class.
Declaration
public TableRow(RemoteWebElement element)
Parameters
Type | Name | Description |
---|---|---|
RemoteWebElement | element | The |
Properties
| Improve this Doc View SourceValues
Gets all of the values for each column in the row.
Declaration
public virtual IEnumerable<string> Values { get; }
Property Value
Type | Description |
---|---|
IEnumerable<System.String> |