I am doing mobile ios webview app automation using appium.
I am unable to see the id attributes by using appium inspector.some says need to add accessibility id attribute so that appium can inspect that element.
But we know how to add accessibility id for native app's, but please suggest how to add accessibility for webview app(cordova) in html code.
Thanks in advance.