[C#][WebBrowser] Two Questions
- by Rudi
How can I get an HtmlElement if the source code doesn't have the "id=''", but only has the "name=''". Document.GetElementById() doesn't work, and Document.All[""] doesn't work (obviously, because there is no ID.
How can I simulate a form post?
Question 1 is more important because I found it harder to search. Question 2 I think i can get with more searching.