Get all Values from List
Last updated
Was this helpful?
Last updated
Was this helpful?
This is pre-built action in Avo Assure which is located under the @Custom element. It instructs the Avo Assure Client to retrieve all the values from the list and store in the output variable.
Input: <ObjectType>; <Visible text>(optional); <index>; <abs (optional)>
Output: <Dynamic Variable>(optional);< Dynamic Variable> (Optional)
Consider a scenario where a user is testing the product list on an e-commerce website and wants to retrieve the product categories from list. For this scenario the Get All Values from List action is used by Avo Assure to retrieve all the product categories in the list.
listbox;;0.
The Get all values from Listbox action needs to retrieve all values in the listbox element and stores the values in the {Result} output variable.
The Get all values from list action performed in listbox element and saves the values from the list in the {Result} output variable.