Difference between revisions of "ClickTableHeader Command"
From GXtest Wiki
(Created page with "We use the ClickTableHeader command when we need to click the header of a specific column in a grid or table, for example, in order to sort the elements of the grid by that co...") |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Idiomas | ||
+ | |Comando ClickTableHeader | ||
+ | |ClickTableHeader Command | ||
+ | }} | ||
+ | [[category:Comandos GXtest]] | ||
+ | |||
We use the ClickTableHeader command when we need to click the header of a specific column in a grid or table, for example, in order to sort the elements of the grid by that column. | We use the ClickTableHeader command when we need to click the header of a specific column in a grid or table, for example, in order to sort the elements of the grid by that column. | ||
Line 4: | Line 10: | ||
* The grid or table control | * The grid or table control | ||
* The column (attribute or variable) in which the click will be performed | * The column (attribute or variable) in which the click will be performed | ||
+ | |||
+ | |||
+ | [[File:ClickTableHeader.png]] |
Latest revision as of 15:19, 11 October 2013
We use the ClickTableHeader command when we need to click the header of a specific column in a grid or table, for example, in order to sort the elements of the grid by that column.
The command recieves two parameters:
- The grid or table control
- The column (attribute or variable) in which the click will be performed