Select checkbox
Last updated
Last updated
This is pre-built Action located under the @Custom Element Name. It instructs the Avo Assure Client to select the checkbox 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 online shopping platform where users can apply filters to search for products. One of the filters is a checkbox labelled "In Stock" that allows users to only show products that are currently available for purchase. User can successfully select this checkbox to apply the "In Stock" filter to ensure that the application filters the products to only show those that are available.
checkbox;;5
The Select checkbox Action needs to select the checkbox for "In Stock"
The Select checkbox Action checks the In Stock checkbox.