Click element
Last updated
Last updated
This is pre-built Action located under the @Custom Element Name. It instructs the Avo Assure Client to perform a click operation on the object as specified in the input.
Input: <ObjectType>;<VisibleText(Optional)>;<index>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
User is working on a desktop application for an e-commerce platform, where users can search for products, view product details, and add them to the shopping cart. User need to add the product to the cart by clicking the "Add to Cart" button on a product page. The Avo Assure needs to perform a click on the "Add to Cart" button located on a specific product page.
button; Add to Cart;1
The Click element Action need to perform click operation on the Add to Cart button.
The Click element Action performs click operation on the Add to cart button.