joao-carloto / FireRobot

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

Extract keyword issue when step has more than one variable #32

Closed joao-carloto closed 9 years ago

joao-carloto commented 9 years ago

E.g. if the step is "${Replace} Remove String ${Values}". The [Arguments] line will have "${Replace} Remove String ${Values}" instead of "${Replace} ${Values}". Basically the regex used is not appropriate. This might be relevant with manually edited steps, not steps added automatically with FireRobot (considering the currently supported Sel2lib keywords on the context menu). Spotted on v1.0.7.