Skip to content

waitForTable (UI Automation - Synchronization)

Compatible with:
  • Purpose
  • Generated from getTable(tableCellAddress)
  • This command is used to wait for the text from the specified cell in the table matches the pattern given in Value.
  • In this command the cellAddress must be mentioned. Syntax for cellAddress is tableLocator.row.column where row and column start at 0.
  • Syntax
  • waitForTable(tableCellAddress, pattern)
  • Target
  • tableCellAddress - a cell address, e.g. foo.1.4
  • Value
  • pattern - text/value
  • Return Value
  • Text from the specified cell.
 

Feedback and Knowledge Base