How hard would it be to use groovy to make tellurium be user-
extendable. what i mean, is selenium has CustomSelenium where you can
add some functions and as long as you have them in the user-extensions
you can call custom functions.

With tellurium this is not as easy because you have to go through the
accessor or the dispatcher and modify multiple files to make a simple
change. Can we use the power of groovy to make this easier?

so if a method is not found, and it returns a value, call the
dispatcher with the method, and if it returns a void, call the
accessor, or something like that? What are your thoughts?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"tellurium-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/tellurium-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to