WebBrowser question
Posted
by James Jeffery
on Stack Overflow
See other posts from Stack Overflow
or by James Jeffery
Published on 2010-06-17T18:36:46Z
Indexed on
2010/06/17
18:43 UTC
Read the original article
Hit count: 320
c#
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?
© Stack Overflow or respective owner