Skip to main content

GUI: Get Table Data

Description

GUI: Get Table Data plugin step gets table from elements of type: List, Grid, Table or Data grid, filtered based on criteria provided.

Configurations

NoField NameDescription
1Step NameName of the step. The name must be unique in a single workflow.
2Action TypeSelect the type of action you want to perform from one of the following:-Entire Table With Specific Columns-One Row With Specific Columns-One Cell
3Window PathWindow Path is the relative path of the desktop application on which element exists. It is captured by GUI Spy in the Generate Step dialog. It is then populated in the step configuration upon Step Generation. You may also enter or modify Windows path manually on the ‘Step Generation’ window or step configuration. Windows path may be provided as a String or regex. Sample of Windows Path as string: w[Desktop]/w[Application Name] or Sample of Windows Path as regex: w[Desktop]/w[/Application N/], w[Desktop]/w[/Application .*/],If you are putting partial application name then put ii as a regex between / and /. Also if the Application name changes dynamically it is a good idea to provide it as a regex.
4Criteria‘Criteria’ is the criterion to locate element on Windows Desktop. It is captured by Windows Spy in the Generate Step dialog. Upon Step Generation it is populated in the step configuration. You may change criteria by choosing from the list in ‘Step Generation’ window or step configuration.Note: It is similar as in GUI Automation plugin steps.
5Criteria ValueSpecify relevant criteria value for the criteria provided above.
6Element index (Starts with 0)For Multiple elements with same criteria, specify index of the element you want to locate. Provide index 0 if you want first element from the located elements, increment index by 1 for the next elements.
7Row IndexSpecify the Row Index to fetch data.Note: Row index is enabled only if one of the following is chosen in Action Type:- One Row With Specific Columns - One Cell
8Get Values (Tabular):
iColumn IndexSpecify the Column Indices to fetch data.
iiOutput VariableSpecify an output field to hold the value of Step execution.
9Timeout (In seconds)Specify a Timeout to find the element on the Desktop application.
NoField NameDescription
1Button: Edit ElementClick Edit Element to start spying. Opening spy from step is restricted to the step, that is, only relevant elements are detected from active spy. Use Hotkeys (‘Shift’ or ’~’) to detect the element. We may call it as a ‘Step Restricted Spy’ for understanding purposes.For example, suppose spy is started from ‘Get Table Data’ step. Now spy is restricted to elements of type ‘Table’ only. All element of type ‘Table’ will be highlighted in blue color. If we try to detect element other than of type ‘Table’ it will be highlighted in ‘Red’ color upon hover. Step dropdown is disabled and value selected is ‘Get Table Data’.