This program use to convert file in Selenium IDE format (html) to Robot Framework format. This program is written on Python 2.7
-
Record test cases in Selenium IDE and save them in html format.
-
Run "convert.py"
from terminal input: python convert.py
you have to input directory of html file to convert (Directory have to end by slash!),
and output will be in folder "Solution" inside folder you have just inputted.
- Use RIDE to run output file.