Cool, seems Selenium RC does the format conversion automatically.
For Groovy meta programming, you can use methodMissing or interceptor.
I would suggest you create a new class to forward all custom methods
to
Dispatcher using same way as the Dispatcher class. The only thing is
what if you want to add extra events to the custom methods.
Let us be agile, first try to implement couple methods and then you
will see more
clearly about the implementation details.
Thanks,
Jian