Skip Menu |

This queue is for tickets about the WWW-Selenium-Utils CPAN distribution.

Report information
The Basics
Id: 16913
Status: resolved
Worked: 15 min
Priority: 0/
Queue: WWW-Selenium-Utils

People
Owner: Nobody in particular
Requestors: mark [...] summersault.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.07
Fixed in: (no value)



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
RT-Send-CC: selutils [...] awesnob.com
A new tool (sel2wiki) has been added to the WWW-Selenium-Utils source. It will become part of Selenium 0.08, which will be released soon. Luke [guest - Wed Jan 4 13:35:36 2006]: Show quoted text
> 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