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 ?
Asked
Active
Viewed 318 times
1 Answers
1
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.

Diego Torres Milano
- 65,697
- 9
- 111
- 134
-
Yes I use Culebra to generate actions with the coordinates inside the webview, thanks. – AbrtFus Jun 12 '18 at 04:38