The SeleniumIDE project is based on Firefox (and its plugin architecture). My application (for a variety of reasons) only runs on Internet Explorer (6+). In fact, we actively check for non-IE browsers and do an immediate redirect.
This is a 6 yr old codebase and we're trying to remove all of the html idiosyncrasies that necessitate our IE dependence.
We've already got a robust and growing set of NUNIT tests for code. We would like to add Selenium to do Web functional testing. Is there a good IDE for building/recording Selenium tests using IE as the browser?
Selenium does not have an IDE for Internet Explorer (any version).
On August 8, 2017, Firefox released version 55.0, and Selenium IDE officially died. From Firefox 55 onwards, Selenium IDE no longer worked. The Selenium testing world would never be the same. Some mourned, some cheered, but everyone had to come to grips with the fact that Selenium IDE was gone.
Selenium does not have an IDE for Internet Explorer (any version). I haven't seen any under development either. You can check their boards/site for updates but I their primary focus is FireFox for the IDE.
Selenium can run tests in Internet Explorer (including IE6) using the SeleniumRC. You can record tests with the IDE in FireFox (or write tests in whatever language they support) and then use SeleniumRC to launch IE and run the tests.
For Internet Explorer IDEs similar to what Selenium gives in FireFox, check out WatiN
While not a Selenium recorder, this is a utility that will help in writing code that uses Selenium to drive a web application or web site that only works in IE.
The utility will help retrieve the locator strings that are used in the Selenium APIs to refer to elements in the DOM.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With