How To Programmatically Click a Web Button created by HTML that is being displayed in a WebView object by my app?
I have a simple app that browses web pages. They are displayed in WebView1. One of the html web pages displays a clickable button. It's part of the web page, not part of my app, but of course it shows up in my app because my app is displaying that web page.
A user could currently click this button by pressing it manually. Once clicked, my WebView1 window displays an updated html page.
However, what I'd LOVE to be able to do is to click that one button programmatically so that my users don't have to bother pressing that button.
Possible? Easy? Already done and my search just didn't find it?
Any help would be appreciated. Thanks!
I have a simple app that browses web pages. They are displayed in WebView1. One of the html web pages displays a clickable button. It's part of the web page, not part of my app, but of course it shows up in my app because my app is displaying that web page.
A user could currently click this button by pressing it manually. Once clicked, my WebView1 window displays an updated html page.
However, what I'd LOVE to be able to do is to click that one button programmatically so that my users don't have to bother pressing that button.
Possible? Easy? Already done and my search just didn't find it?
Any help would be appreciated. Thanks!