I want to build the IDE for the Selenium for the recording and replaying in Internet Explorer same like the mozilla firefox. please suggest me any direction..
Thanks in advance
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
IMO why would you want to do that? You wont gain anything out of the exercise nor will you contribute in any way.. FYI, Selenium might soon stop rolling out new version of Selenium IDE. Have you taken a look at Web Driver implementation? Combine it with the Page object pattern and you can write robut tests across browser and then run your selenium tests against various browsers. |
|||||||
|
|
Selenium IDE only works in Firefox. if your application doesnt work in Firefox then you will not be able to record tests. You can create tests by hand and run them through Selenium RC or Selenium WebDriver |
|||
|
|