I did some tests in the Selenium IDE and saved it as a test suite in HTML format, which is great for importing back to the Selenium IDE. Now, however, I would like to extend these tests with python, and when I click on the export test suite and select python, I will get this error.
Package export fails for chrome: // selenium-ide / content / formats / python-rc formatter
How to enable this option in selenium IDE?
Note. I also found an additional plug-in for Firefox that allows batch conversion of tests, but still does not allow exporting the entire test suite as a single file. I understand that I can combine these files manually, but in the future I would like to have this option in my workflow.
Thanks.
ps Running Firefox 3.6 on Fedora 14
Billpull
source share