Simulate Mouse Click
Last updated
Was this helpful?
Last updated
Was this helpful?
This is pre-built Action located under the Table captured from the AUT Element Name. It instructs the Avo Assure Client to perform a mouse click on the specified cell in the input value for the table object.
Input: <Row>;<col>
For above syntax user needs to provide row number and column number on which table cell user wants to perform mouse click operation.
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
On an e-commerce website, customers can browse products and add them to their shopping cart. The "Add to Cart" button is located on each product's detail table, and clicking it will add the selected product to the shopping cart. The "Simulate Mouse Click" Action is used to simulate a user clicking on this "Add to Cart" button during automated testing to ensure that the functionality works correctly.
6;2
This Action need to perform mouse click on the cell and save the result in the Output Variable.
This Action is performing the mouse click operation on the desired cell of the table and store the result as True in {result} Output Variable, which can be utilized for display or other purposes.