Skip to content

waitForNotTable (UI Automation - Synchronization)

Compatible with:
  • Purpose
  • Generated from getTable(tableCellAddress)
  • This command waits for the text from a cell of a table. The cellAddress syntax tableLocator.row.column, where row and column start at 0.
  • Syntax
  • waitForNotTable(tableCellAddress, pattern)
  • Target
  • tableCellAddress - A cell address, e.g. \"foo.1.4\".
  • Value
  • pattern - The value to be verified.
  • Return Value
  • The text from the specified cell.
 

Feedback and Knowledge Base