Error testing Webview component using Espresso on Android -


i'm trying test values of webview component using espresso. here chart's android hierarchy inspector image.

and here chart's html inspector image.

i'm trying access grid using code snippet: onwebview().withelement(findelement(locator.class_name, "concept-5089")); considering there row class element contains concept-5089.

but when try execute code, application stops response.

what missing ? if more information need, please, let me know can post here

thank in advance.


Comments

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -