DomTable.
Returns the content of a cell element.
This functionality is supported only if you are using the Open Agent.
cellText = table.GetCellText(row,col)
| Variable | Description |
|---|---|
| cellText | STRING. |
| row | The index of the row from which to select the cell. LISTITEM. |
| col | The index of the column from which to select the cell. LISTITEM. |
cellText = table.GetCellText(1, 4) Verify(cellText, "D")