storeTableToDataset (UI Automation - Manipulation)
Compatible with:
- Purpose
- This command is used to get the entire table content by specifying its locator and can also be used to fetch the data in the specified column range.
- Syntax
- storeTableToDataset(tableLocator,datasetName)
- Target
- tableLocator
- If you need to fetch the data in between the specific column range, use the syntax for target as follows: tableLocator.startCloumnnIndex.endColumnIndex e.g. "foo.3.6" . where the column starts at 0.
- Value
- datasetName
- Return Value
- The table content.