I’m trying to get started with HtmlAgilityPack and was wondering if someone could help me get off to a good start.
I’m trying to access the user1 id and the password1 id from the url https://www.foragentsonly.com/login.aspx
How would I go about that?
Given that you have the HTML document already, this should work:
It just works off standard xpath syntax, so for more complex queries, use this reference as a guide.