Can anyone guide how to automate Autocompletetextview drop down (suggestion list view) in mobile automation ?
my app has got 2 different drop down option 1. Autocompletetextview and 2. drop down
I used the “Set Selected Item” activity to automatically select the country for Autocompletetextview drop down but the activity selects the complete List container instead the particular country(Selected Item).
when I tried for the drop down “Set Selected Item” activity works fine and automatically selects the country but not in the case of Autocompletetextview.