Selenium IDE typeKeys does not fire event
3You 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.
Hi I'm Nick Bartlett and thanks for visiting my blog. I'm not much of a writer; many of my posts are short and to the point while others are meant to be a reference for myself and other web developers.
Nick,
Thank you for this one.
This tip helped me out.
regards,
Hendrik
Thanks, that helped me
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