This program use to convert file in Selenium IDE format (html) to Robot Framework format with Selenium2Library. This program is written on Python 2.7. Originally written by NeverSmileK57CLC for use with RF SeleniumLibrary.
-
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.