Selenium IDE typeKeys does not fire event

3

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.

Posted in: Selenium
Tags:

This article has 3 comments

  1. Hendrik 11/11/2009, 11:54 am:

    Nick,

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

    regards,

    Hendrik

  2. Betlista 07/30/2010, 10:21 am:

    Thanks, that helped me ;-)

  3. nikhil 04/04/2011, 10:41 am:

    How does the fireEvent exactly work ? I have the below code added in the Selenium IDE source code, but I still do not see any event triggerred even after we change the value in the pickUpLocation using typeKeys. Please respond. Thank You

    fireEvent
    id=pickupLocation
    change

Leave a Reply

Your email address will not be published. Required fields are marked *

*




You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">