storeTable (UI Automation - Manipulation)
Compatible with:
- Purpose
- Generated from getTable(tableCellAddress)
- This command is used to store the text from the specified cell in a variable.
- In this command the cellAddress must be mentioned. Syntax for cellAddress is tableLocator.row.column where row and column start at 0.
- Syntax
- storeTable(tableCellAddress,variableName)
- Target
- tableCellAddress - a cell address, e.g. foo.1.4
- Value
- variableName
- Return Value
- Text from the specified cell.