Select value by text
Last updated
Last updated
This is pre-built Action located under the @Custom Element Name. It instructs the Avo Assure Client to select the value from the dropdown based on the text provided in the input.
Input: <ObjectType>;<VisibleText(Optional)>;<index>;<input value>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
User is working on a desktop application for a travel booking system where users can select their preferred travel class (e.g., Economy, Business, or First Class) from a dropdown menu when booking a flight. User need to select "Business" class from the dropdown using the "Select value by text" Action.
The available options in the dropdown are:
Economy
Business
First Class
dropdown;;1;Business
The text value "Business" corresponds to the second option in the dropdown.
The Select value by text Action needs to select the "Business" class from a dropdown menu.
The Select value by text Action selects Business item from the dropdown.