Select by value

This pre-built Action located under the Captured Dropdown Element, instructs the Avo Assure is to select the value based on the given value from dropdown and save the result in dynamic variable.

Syntax

Input Value: <value>

Argument
Description

<Value> (Required)

Specify the value to select from the dropdown/ list Supported input format: 1. Numeric

Output Value:

Argument
Description

<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

This variable holds the status as True or False

Example

Performs selection of an option from a dropdown based on the specified numeric value

The Select by value action takes the value from the Input Value column (e.g., 2) and selects the corresponding option from the captured dropdown element. The result of the selection operation is stored in the {SelectedValue} variable, with the following possible values:

  • True – if the value is selected successfully.

  • False – if the selection fails or an error occurs.

Last updated

Was this helpful?