GUI: Web Table
Description
GUI: Web Tablestep allows user to traverse through HTML table in Web GUI automation. Either entire table or specific columns can be the output.
Configurations
| No. | Field Name | Description |
|---|---|---|
| 1 | Step Name | Name of the step. This name has to be unique in a single workflow.The data type is String and the field is mandatory. |
| 2 | Web Browser Name | Select any one Web Browser Name from the given list. Note: Select the same Web Browser Name which was selected in Start Browser Step. |
| 3 | Selection Options | There are two options to iterate through entire table or specific row with specific columns. - Entire Table With Specific Columns. -One Row With Specific Column. |
| 4 | Criteria | ‘Criteria’ is the criterion to locate elements on Web GUI. GUI Spy can capture it 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 the ‘Step Generation’ window or step configuration. |
| 5 | Criteria Value | Relevant criteria value to be specified. |
| 6 | Element Index(Starts with 0) | Specify the index of the element you want to locate. Note: One can also specify First or Last. First, if you want the first element from the located element or specify Last if you want the last element. Default Value: ‘0’ |
| 7 | Iframe Indices | Specify Iframe Indices value. Specifying iframe indices ensures that the target element is identified correctly within the nested frame structure. You can provide comma-separated values.For e.g. 0,1,2. |
| 8 | Row Index | Specify positive integer for row index. Note: Row Index is enabled in Selection Options One Row With Specific Columns is selected. |
| Get value(s): | ||
| 9 | Table Column Index (Starting from 0) | Specify column index to be retrieved. For multiple columns, mention column index on different rows. |
| 10 | Output Field Name | Field to store the retrieved value of the respective column. |
Selection Option The table below contains the description of each Selection Option.
| No. | Field Name | Description |
|---|---|---|
| 1 | Entire Table With Specific Columns | Traverse entire table and retrieve values from specific column(s). |
| 2 | One Row With Specific Columns | Retrieve one row with specific column(s). |