I'm trying to send a keyup event using Web.fireEvent, but it doesn't seem to work. The webapp I'm testing performs validation on a userName field every time a keyup event is sent (onkeyup="..."). It works when tesitng manually, but not when I automate it.
Is keyup supported? What events are/are not supported?
Regards,
chris