Unselect Checkbox
Last updated
Was this helpful?
Last updated
Was this helpful?
This is pre-built Action located under the Table/Grid captured from the AUT Element Name, instructs the Avo Assure to unselect the checkbox in the specified grid cell and save the result in dynamic variable.
Input Value: <row>;<col>;<header/body>(optional);<left/right>(optional);<row_attr>(optional);<col_attr>(optional)
<row> (Required)
Specifies the row number where the checkbox is located
<col> (Required)
Specifies the column number where the checkbox is located.
<header/body>
(Optional)
Specifies whether the reference to the table is in the header or body.
<left/right>
(Optional)
Directional hint to locate the cell relative to a known value or position.
<row_attr> (Optional)
Attribute to be used to identify the row (e.g., row ID, unique label) instead of using numeric
<col_attr> (Optional)
Attribute to identify the column (e.g., column name or header value) instead of a numeric
Note: If row and column attribute names are specified, then the first two user inputs will be considered to be the attribute values. If they are not specified, they’ll be considered index values.
Output Value:
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
This variable stores the status as true or false
Example
Unselects a checkbox in a specified table cell based on the input value The Unselect Checkbox action takes the value from the Input Value column (e.g., 3;2;header;left) and unselects the checkbox located at the defined row and column in the table. Optional parameters such as header and left help refine the cell selection. The result of the checkbox unselecting is stored in the {Checkbox} variable, with the following possible values:
True – if the checkbox is unselected successfully.
False – if selection fails or an error occurs