Espresso-Web cheat sheet is a nice reference to the methods used for testing Android WebView
UI components. It shows how Espresso-Web API can be used to examine and control the behaviour of the WebView
inside your hybrid app. Espresso-Web API can be used together with other Espresso APIs to interact with web elements inside WebView
objects.
Take a look also on UI Automator cheat sheet created by us.