Android Hybrid App, Unable to Identify dropdown values, which comes from services in UIA Automator viewer

Hi Team,

We are using Appium tool for Automating android Hybrid Application, as we are building web application into Hybrid application by using Cordova. Here my concern is I am unable to identify the Drop Down values in UIA Automator viewer and those drop down values will come from back-end services (refer the screenshot). As I have tried in Webview also it is unbale to click on element. As we are using back-end services for data retrieving for our application so, data will come from back-end. Is there any changes required while building android Hybrid Application.

Awaiting for your response,

Thank you.

by any chance you got solution for this?

Hi,

we have to update the web view app in android device then, try to inspect the elements it will show

Thank you

It worked in this way. Switch to webview then find the drop down (like with xpath directly) and click on it. Then dropdown comes up, now directly click on the element you need.