Application objects recognised as web view

Hi,

I am using appium version 1.4.16.
Android version of tab is 4.4.4

While am spying object using uiautomatorviewer, whole screen is captured as webview object.

Can anyone provide a solution or suggestion on how can we find object properties of all fields inside the application.

Thanks in advance.

use
Sets=driver.getcontextHandle();
//give set of all views in your device.
foreach(String handle:s)
{
syso(handles)//Output->Native App
and WebView name (if present)
}
driver.context(“WebView Name”)// it will switch from Native to hybrid…
then automate it using
chrome://inspect/device#
in chrome browser