WebBrowser question
- by James Jeffery
I have a web page loaded into a WebBrowser object. What I want to do is access the elements on that page to input data. For example, enter username and password and submit the form.
How is this possible? Any ideas?
Could I use HTMLAgilityPack to access the elements and set their values?