How can I call either a function within a html document and get back its return value? The same idea applies for getting a defined variable's value.
An example of me getting a defined variable's value would be:
navigator.userAgent
And when I call a function and get its return value, I mean something like this:
document.getElementsByTagName("input")
So in the end run, my question is, how can this be done using the WebBrowser
control?
I really do appreciate any help and if you know of more than one way to perform these actions, please do suggest all of your answers. Thank you any support you have available.