C# Syntax
public interface ITableCell
Name | Description | |
---|---|---|
![]() | ColumnIndex | The cell's 0-based column index. |
![]() | RowIndex | The cell's 0-based row index. |
![]() | Text | The current text in the cell. |
Name | Description | |
---|---|---|
![]() | AsWebElement | Returns a web element that corresponds to the current table cell, so that it can be used like any other web element. |
![]() | FindChildren<TChild> | Returns a child test object from this cell according to its type and index. |
![]() | NumberOfChildrenWithType<TChild> | Returns the number of child test objects of the specified type in this cell. |