Skip to content

assertTable (UI Automation - Interrogation)

Compatible with:
  • Purpose
  • Generated from getTable(tableCellAddress) 
  • This command is used to verify if 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
  • assertTable(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