I have recently been looking at using Selenium 2 / webdriver for some automated web tests. The API looks great. However is it possible to record a test through the selenium-IDE and generate C# code for webdriver. I have found some Java formatters, but can't find anyway to do this for C#.
Whilst the IDE's Export Test Case As/C# works, the code it generates is for the previous Selenium 1/RC not the new Selenium2/WebDriver API.