I have a tried CV dropdown select but the thing is it actually types the text in the dropdown and then selects it say for example, “Afghan”, it types it into the dropdown field and selects it but the thing is in the dropdown that I wish to automate, it doesn’t accept a string to type in but only a character. How should I proceed with this ? . I must only use CV activites
Normally the CV Dropdown select activity works like, there is a Text field in the activity in that you have to pass the variable which contains the Text in your case (it is Afghan), Then the CV Dropdown activity selects the options in the dropdown automatically, with out entering like type into and selecting. It filter out the dropdown field and select the options that we have provided in Text field in CV Dropdown select activity.
I’m pretty sure of what it does under the hood . Under the hood the mechanism of CV dropdown is to type into the value that we give, be it variable or just a hardcoded value. So the problem is the dropdown option that I wish to automate doesn’t accept string to be typed in but only characters .
The thing is I’m creating a POC for Computer Vision and I must make sure that the activities used are of CV activities . Thank You for your solution tho’