How to inspect android web applications

Hi,

I am fresher in Mobile automation and appium. For Android Native app I am able to get the application elements using “uiautomatorviewer” tool but for web application or web sites which I open through the browser how could I get the element properties for that because “uiautomatorviewer” tool only detecting the frame of the web browser and not the elements of the web application.

please replay

Regards,
Nishant Singh

Open the web site in a real browser and look at HTML source code or use Selenium IDE (Firefox plugin). Just remember to load the mobile version of the site site if it exists.

ok, So it means I can use the mobile user agent and capture all element… is it right.?