joao-carloto / FireRobot

Firefox extension for Robot Framework/Selenium.
Other
28 stars 6 forks source link

Replace test steps by existing keywords #23

Closed joao-carloto closed 9 years ago

joao-carloto commented 9 years ago
  1. Click somewhere to select a resource file and automatically add it's path to the Resources section.
  2. Every time we add steps to the script, FireRobot would check if part of the script corresponds exactly to some existing keyword and automatically replace the steps (if such option is enabled).

This might be difficult to implement, not too reliable and possibly on the heavy side in terms of processing. But it's worth looking into it.

joao-carloto commented 9 years ago

Considering the difficulties on implementing this and the short benefit, I'll be dropping this. A simpler and more beneficial feature would be some sort of keyword menu for custom keywords (read form the keywords section, or an auto complete. But this is something already provided by RIDE and not on the main scope of this application (the browser interaction).