Subject: | wish: filter selenium record syntax back to wiki syntax |
Selenium Recorder is a cool Firefox extension for easily recording Selenium actions as you browse. However, it doesn't integrate well with the cool wiki syntax because it produces the Selenium HTML format output.
It would be nice to have a script that worked as a filter, taking the Selenium Record HTML format on STDIN, and producing the wiki format on STDOUT.
Then in vim, I could highlight the chunk of selenium code I just pasted in and
:'<,'>!sel2wiki
And I'd have HTML would be transformed to this simpler, easier to read syntax. (The same script would also be very handy in migrating an existing selenium test suite to the wiki format).
Mark