On the selenium-users list is suggested
| fireEvent |
someElement |
keyUp |
<Chris.Hoy@hoyc.fsnet.co.uk> comments:
Thanks for this it work fine on IE but on firefox you need to modify the
"triggerEvent" function as well.
The triggerEvent create a new "HTMLEvents" for keyup this needs to be
"KeyEvents"
This is a superset of
SEL-150, I think.