How to record test cases with robotframework? How to record test cases with robotframework? selenium selenium

How to record test cases with robotframework?


robotframework wasn't designed to be a record-and-play tool, and has nothing built-in to support that.

There was someone who wrote a selenium IDE plugin that would generate robot keywords, but that was years ago. The github repository is here: https://github.com/denschu/selenium-ide-format-robotframework

The code hasn't been touched since 2012, so I doubt it's of much use.


Using this Firefox add-on, FireRobot we can generate most of the code and also using this you can select the elements on the screen and get related code suggestions on right click like
Wait Until Element Is Visible
Click Element
and all operations to perform on the selected element.