Selenium IDE - exporting test scripts

FlameDra picture FlameDra · May 14, 2018 · Viewed 13.3k times · Source

I'm trying to export my test automation created in Selenium IDE, but I can't find the option to export. I have a few test scenarios where the tests are the same but I need to make a copy of an existing test and swap some IDs for it to work.

I can only save it as a .side file and not as individual Python scripts for Selenium. I'd like to export an existing script and re import it into Selenium IDE as a copy (where I can make some changes, while keeping the majority of the commands the same).

My Selenium IDE looks like this:

enter image description here

How can I export my test scripts (to Python) or how can I make a copy of an existing test script inside Selenium IDE (ex. make a copy of UAT FCC-A Application, such that it makes another Test with all the same commands)?

I'm on Chrome.

Answer

Luka Mlikota picture Luka Mlikota · May 8, 2019

You have Export option on Selenium IDE You have <code>Export</code> option on Selenium IDE But only Java JUnit at the moment. But only Java JUnit at the moment I hope that helps.