joao-carloto / FireRobot

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

Add "Input Text" steps for elements with contenteditable="true" #42

Closed joao-carloto closed 10 years ago

joao-carloto commented 10 years ago

Currently (v1.0.8) we are only creating test steps for text boxes with tag name "input" or "textarea". This in the context of the "Fill Form As Is" option. Expand the concept for elements with contenteditable="true".