Get Object Status
This is a pre-built Action located under the Table captured from the AUT Element, instructs the Avo Assure to retrieve the status of the objects like radio button or checkbox which is present in the cell of the table and save it in the dynamic variable.
For the object, it may retrieve the following statuses:
Checked: if the radio button or checkboxes are already checked
Unchecked: if the radio button or checkboxes are already unchecked
Syntax
Input Value: <Row>;<Column>;<ObjectType>;<Index>
<Row> (Required)
Specify the row number of the table cell to be checked
<Column> (Required)
Specify the column number of the table cell
<ObjectType> (Required)
Type of object inside the cell. Must be either radiobutton or checkbox
<Index> (Required)
Index of the object inside the cell (starting from 0)
Output Value
<Dynamic Variable> (Required)
This dynamic variable holds the retrieved status as Checked or Unchecked
<Dynamic Variable> (Optional)
This variable save the result in the True or False
Example
Retrieves the status of a radio button or checkbox from a specific cell in the table.
The Get Object Status action takes the value from the Input Value column (e.g., 2;5;radiobutton;1) and checks the current status of the specified object (radio button or checkbox) in the given row and column of the table. The result is stored in the {StatusResult} variable and the execution status is saved in the {Status} variable with the following possible values:
True - if the objects status retrieved successfully
False - if the object status not retrieved
Last updated
Was this helpful?