| 1 | Step Name | Name of the step. The name must be unique in a single workflow. |
| 2 | Action Type | Select 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 |
| 3 | Window Path | Window 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. |
| 4 | Criteria | ‘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. |
| 5 | Criteria Value | Specify relevant criteria value for the criteria provided above. |
| 6 | Element 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. |
| 7 | Row Index | Specify 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 |
| 8 | Get Values (Tabular): | |
| i | Column Index | Specify the Column Indices to fetch data. |
| ii | Output Variable | Specify an output field to hold the value of Step execution. |
| 9 | Timeout (In seconds) | Specify a Timeout to find the element on the Desktop application. |