Deselect All Values from List
This is a pre-built Action located under the captured list element. The functionality of this Action in Avo Assure is to deselect all values that are already selected in the list. The result is stored in the given dynamic variable for further use during test execution
Syntax
Input Value: N/A
N/A
Not Applicable
Output Value: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
Both dynamic variable stores the status as True or False.
Example: Deselecting All Values from a Multi Select List
In this example, we explain how to deselects the multiple values which is already selected
Action: Deselect all Values from List
Input Value: N/A
This action does not require any input value. It targets the captured multi-select list element and clears all selected items.
Output Value: {Status}
The execution status of the deselection action is stored in the {Status} dynamic variable with the following possible values:
True: If all values are deselected successfully.
False: If all values are not deselected.
Logical Explanation: The Deselect all Values from List action executes without requiring any input. The action identifies the targeted multi-select list element and removes all currently selected options. The result of the operation (True) is stored in the {Status} variable.

Last updated
Was this helpful?