I have uploaded new versions of all my Selenium IDE plugins on Firefox Addons website. They should now work with Firefox 9 and Selenium IDE v1.5.0. The updates should be sent to you automatically when Mozilla approves them. You can also set them now from the links below:-
- Favorites
- File Logging
- Highlight Elements
- Log Search Bar
- Power Debugger
- Selenium Expert
- Stored Variables Viewer
- Test Results
- Test Suite Batch Converter
Let me know if you notice anything unexpected.
I installed Test Test Suite Batch Converter plug in but not able to convert the IDE HTML code to any of the language.
FireFox Veriosn 8.0.1
Selenium IDE v 1.5.0
Is there any other changes that i need to do?Please do let me know.
Hi Bhasker,
Perhaps you need to look at http://blog.reallysimplethoughts.com/2011/06/10/does-selenium-ide-v1-0-11-support-changing-formats/
Hope it helps.
Cheers,
Samit
Hi Samit,
The File Logging plugin seems to be writing all log entries in a continuous line. Is it expected that each log entry would appear in the file on a new line, as it does on the Log tab of Selenium IDE?
Hi Rick,
Each log entry should be on a new line. I am guessing that you are on Windows. You will see this behaviour if your text editor is not able to understand the Unix line ends. Notepad on Windows is prone to this problem. If you use another text editor like Scite, Notepad++, Textpad or many others you should not have any problems. You can also convert the line ends from Unix to PC using one of the many good and free tools out there.
Cheers,
Samit