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
Post a Comment