I am doing some instrumentation Unit testing of an Android application. I am trying to find a way to examine the contents of a WebView. Specifically I am looking for an example for a way to determine if an HTML table has a cell that contains a particular string value. Any ideas or suggestions are appreciated.
Thanks -Andrew