The Selenium IDE project is based on Firefox (and its plugin architecture). My application runs only on Internet Explorer (6+). In fact, we actively check for non-IE browsers and do an immediate redirect.
I am trying to remove all of the HTML idiosyncrasies that necessitate the IE dependence.
I have got a robust and growing set of NUnit tests for the code. I want to add Selenium to do Web functional testing. Is there a good IDE for building and recording Selenium tests using IE as the browser?