Is there a way to programmatically interact with the contents of a WebView
?
For example, how could my app:
respond to an event (such as button clicked on a web page)
iterate through all the
INPUT
elements in a page and retrieve their contents?Find all
DIV
elements with the classstatus
and change their content?
Thanks!