Search code examples
androidpython-2.7android-4.3-jelly-beanandroidviewclient

AndroidViewClient get id's from WebView


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 ?


Solution

  • 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.