I am looking for a library that is similiar to mechanize for perl, ruby.
Basically, I can .click()
and it will click on form buttons, or navigate to links, etc.
I am looking for a library that is similiar to mechanize for perl, ruby.
Basically, I can .click()
and it will click on form buttons, or navigate to links, etc.
Most .NET web bots or scrapers are made with HTMLAgilityPack or HTTPWebRequest. Do you need Javascript support?
This post goes a bit more in depth into solutions: I need a Powerful Web Scraper library