Is it possible to easily automate a browser, preferably with .Net?
I would prefer to automate Google Chrome, or a variant of it, but any browser would be welcome.
This would be used for automating tests or scraping web sites for data.
I was looking at iMacro, but I would like to do it using .Net.
Any other hints/framework would be appreciated.
Have a look at the WebDriver project at http://seleniumhq.org/projects. They do also provide bindings for C#