Get all Values from List
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.
Syntax
Input: <ObjectType>; <Visible text>(optional); <index>; <abs (optional)>
Output: <Dynamic Variable>(optional);< Dynamic Variable> (Optional)

Usecase/Example

Scenario
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.
Input
listbox;;0.
Expected Result
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.
Output
The Get all values from list action performed in listbox element and saves the values from the list in the {Result} output variable.
Last updated
Was this helpful?