I have an autocomplete textview and I am setting an Adapter view on it to show the list of suggestions. While testing on espresso, I want to select an item position from list of suggestions but, it does not identify the auto complete text view adapter on espresso.
I tried this answer from Stack overflow: DropDown value selection using espresso android with dynamic element id's
But, this did not work for me. Any help on this would be great. Thanks.