Selenium IDE typeKeys does not fire event

2

Posted by nick | Posted in Selenium | Posted on Jun 30 2009

Tags:

You may have an input on a form that fires an onblur, onFocus, onChange, onKeyUp, onKeyDown, etc event that doesn’t get fired as it should. Use the “fireEvent” command in selenium ide after entering the value.

  • Share/Bookmark

Comments (2)

Thanks, that helped me ;-)


Nick,

Thank you for this one.
This tip helped me out.

regards,

Hendrik


Write a comment