Many android apps expose certain business logic in WebViews within Native apps. You can think of it as a mobile browser like chrome/firefox that is able to render web pages.
Espresso framework provides a library espresso-web that provides an “espresso-like” API interface over Selenium WebDriver API
Blog: https://automationhacks.io/2022-05-19...
Test: https://github.com/automationhacks/te...