Skip to content

verifyNotTable (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
  • verifyNotTable(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

Feedback and Knowledge Base