Click on Element
Last updated
Last updated
The Click on Element action in the Avo Assure is found for the Captured Table cell Element. It instructs the Avo Assure Client to click on a captured cell in a table and save the result (True/False) in the given output variable.
Input: N/A
Output: <Dynamic Variable>(optional);<Dynamic Variable>(optional)
When testing an e-commerce application, focus on the admin panel where products are listed in a table. Each row includes columns for Product ID, Name, Price, Stock, and an "Edit" button.
To verify functionality, ensure that clicking the "Edit" button for any product opens its details page. In Avo Assure, use the "Click on Element" action to perform this task. This action should trigger the system to display the product's details page upon clicking the button.
Expected Result: It should click on the “Edit” button from the table and store the result in output variable as True.
Output: The result of the Click on Element action clicks on the Edit button from the table and stores in the {result} output variable as “True”, which can be utilized for display or other purposes.