Class GridBaseDescription
The description of base grid test objects.
public class GridBaseDescription : WebElementDescription, ICloneable, IDescription
- Inheritance
-
GridBaseDescription
- Implements
- Derived
- Inherited Members
Constructors
GridBaseDescription()
public GridBaseDescription()
Properties
ColumnHeaders
A collection of column headers.
public string[] ColumnHeaders { get; set; }
Property Value
- string[]
ColumnsCount
The number of columns in the table.
public uint? ColumnsCount { get; set; }
Property Value
- uint?
RowsCount
The number of rows in the table including the header.
public uint? RowsCount { get; set; }
Property Value
- uint?