Right Click Cell IRIS
Last updated
Was this helpful?
Last updated
Was this helpful?
This is prebuilt action in Avo Assure, designed for table elements captured from desktop applications. It instructs the Avo Assure Client to perform a right click on a specific table cell of an IRIS object and then records the status (True or False) in the output variable.
Input: <Row>;<Col>;<option>(Optional)
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)
Note: Optional simply means that creating a dynamic variable is optional for this action
Consider a scenario where a desktop financial management application is being tested, and there is a need to update the status of a transaction. For this scenario, the Right Click Cell IRIS action is used by Avo Assure. This action helps to select the right cell in the transaction's row from the table and allows editing or verifying the status field efficiently.
2;4
The action needs to fetch the input text's column number and save the result in the output variable as True.
The action performed and stored the result as True in the {Result} output variable.