Hi, i need to fire an event in tellurium, in selenium you could do the following: fireEvent "locator", "keyUp"
which would fire the keyUp event on the locator. I need to do this instead of using keyType because keyType is about 100x slower then type, and what i should be doing is using type and then firing the event in order to trigger some javascript on the UI. do we have something like this currently, or should i implement it and commit it to my branch? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
