0

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

Andrew W.
  • 345
  • 6
  • 13

1 Answers1

0

You can debug remotely as seen here: https://developer.chrome.com/devtools/docs/remote-debugging

IF you want to see your design/layout, You can set different background/text colors for body/div/tables in your webview content.

dhun
  • 643
  • 7
  • 13