Selenium HQ records some web navigation and can replay it from Firefox. I want a similar thing, but it must have an API.
** UPDATE ** It turns out that Selenium has an API, but I will keep the question since there are alternatives.
My objective is to fetch a web page periodically and save its contents to a database. The web content is not so easy to fetch because it requires some cookies and viewstate, otherwise it won't respond properly.
BTW I'm a .NET developer, and I thought of using System.Windows.Forms.WebBrowser, but I didn't try it yet.