Click cell
Last updated
Was this helpful?
Last updated
Was this helpful?
This is prebuilt action in Avo Assure which comes for captured Table elements from Desktop application. It instructs the Avo Assure Client to perform a click operation on the table cell given in the input and stores the status (True or False) in output variable.
Input: <Row>:<Column>
Output: <Dynamic Variable>(optional);< Dynamic Variable> (Optional)
Scenario:
Consider a scenario where a desktop project management application is being tested and the goal is to view a list of ongoing projects, the Click Cell action in Avo Assure can be used. This action selects the "Details" button for each ongoing project. Clicking the button opens a window with the project's full information, including progress and deadlines, allowing quick access to important project details.
Input: 2;4
Excepted Result: The action needs to perform a click operation on the table cell given in the input.
Output: The action performed and saves the status in the {Result} output variable as True.