assertNotTable (UI Automation - Interrogation)
Compatible with:
- Purpose
- Gets the text from a cell of a table. The cellAddress syntax tableLocator.row.column, where row and column start at 0.
- Syntax
- assertNotTable(tableCellAddress, pattern)
- Target
- tableCellAddress - a cell address, e.g. 'foo.1.4'.
- Value
- Pattern - text to be verified.
- Return Value
- The text of the element