Select radio button
Last updated
Last updated
This is pre-built Action located under the @Custom Element Name. It instructs the Avo Assure Client to “select” the object specified in the input.
Input: <ObjectType>;<VisibleText(Optional)>;<index>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
User is working on a desktop application for an online survey platform where users can select their preferred method of contact (e.g., Email, Phone, or Text) using radio buttons. In this scenario, the user must select one of these options before submitting the survey form.
The Select radio button Action needs to select the radio button for "Email" in the "Preferred Contact Method" section of the survey form.
radio;;2
The Select radio button Action needs to select the Email radio button.
The Select radio button Action selects the Email radio button.