Select Value by Text

This ‘Select Value by Text’ is a pre-built Action located under the Captured Dropdown Element, instructs the Avo Assure to select the value based on the given input text and save the result in dynamic variable.

Syntax

Input Value: <Input value>

Argument
Description

<Input value> (Required)

The text value to be selected from the dropdown Supported format: text

Output Value

Argument
Description

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

This variable holds the status True or False

Example

Selects an item from a list or dropdown based on the provided visible text value

The Select Value by Text action takes the value from the Input Value column (e.g., Logic [160-169]) and selects the corresponding option in the dropdown or list. The result of the selection operation is stored in the {Select} variable, with the following possible values:

  • True – if the item is selected successfully.

  • False – if selection fails or an error occurs.

Last updated

Was this helpful?