AndroidViewClient get id's from WebView

335 Views Asked by At

I have Samsung Android 4.3 API 18 and using AndroidViewClient, the dump produces only android.webkit.WebView therefore it's not possible to get all the id's within this page. How Can I use Culebra to record the actions in the web page ?

1

There are 1 best solutions below

1
Diego Torres Milano On BEST ANSWER

This page shows how the elements inside the WebView are listed.

To do it you have to use AndroidViewClient with culebra backend, as the dump produced by uiautomator does not include them.