How to Select value from Auto complete drop down in apppium

he drop down which opens as auto suggestion list does not get detected in uiautomator because of which im not able to find element from drop down for ex: as shown in screen shot i want to select Delhi but in ui automator this layer is not detecting and that’s why im not able to select it. please help me out in this

Have you tried clicking on the element using name attribute?

You may want to get the page source right after you expect that popup to be there to see if you can see the elements there.

please elaborate more … I’m not able to understand this