C# Syntax
public interface ITableCell : HP.LFT.SDK.Web.ITableCell
Name | Description | |
---|---|---|
![]() | ColumnIndex | The cell's 0-based column index. (Inherited from HP.LFT.SDK.Web.ITableCell) |
![]() | RowIndex | The cell's 0-based row index. (Inherited from HP.LFT.SDK.Web.ITableCell) |
![]() | Text | The current text in the cell. (Inherited from HP.LFT.SDK.Web.ITableCell) |
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. (Inherited from HP.LFT.SDK.Web.ITableCell) |
![]() | FindChildren<TChild> | Returns a child test object from this cell according to its type and index. (Inherited from HP.LFT.SDK.Web.ITableCell) |
![]() | NumberOfChildrenWithType<TChild> | Returns the number of child test objects of the specified type in this cell. (Inherited from HP.LFT.SDK.Web.ITableCell) |
![]() | SelectItem | Selects the specified item in the table cell according to its text. |
![]() | SetText | Sets the contents of the table cell to the specified text value. |