Hi bootstrap,
I'm also facing a similar issue where I'm blocked to access the 'android.webkit.WebView' element on the Login page of android native app. Based on your above update, I'm using Nexus7 running on Android ver[4.4.2] i.e. API 19.
The login page of the android native app is a webview having two fields username and password, both belonging to the class (android.widget.EditText). The id for these elements are not displayed, therefore I fail to access them directly by standard element finding methods. I have tried using the driver.switchTo().window("WEBVIEW").
Only information on these fields that I get from the UI Automator Viewer is the 'content - description' for each of these fields. I have also tried to find element using the content-description(findElement(By.name("content-description text"))), but it does not work. I'm currently blocked to automate these fields by sending in test data using Appium.
Please help me out with a possible solution to this issue?
Thanks,
Jim