How to locate an element in an html app based on Cordova, as I can locate only till Webview

I want to locate an element in my App but unable to do so in uiautomatorviewer where it’s showing only upto WebView

Get the source code of your application i.e index.html…

Open the chrome by cmd prompt like below…

C:\path to chrome.exe --disable web security

And in chrome browser give the path of index.html

This opens your application in the browser… then later you can inspect any element as you do in web automation…

Regards,
Sudhanva