nikhil lingannagari
unread,Apr 4, 2011, 11:50:00 AM4/4/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Selenium Users
Hi ,
I have an issue with an input box which has an onchange event
attached to it. Using selenium , when I used typeKeys to insert
something into the text box, the onchange event is not getting
triggerred. So, at this point I have tried to use fireEvent from
Selenium. I was not successful with it, so I wanted to know if I am
doing the right way. In the selenium IDE, below is the code that I
have which should fire the event.
Command: fireEvent
Target : id=pickupLocation
Value : change
Please let me know if I am doing it the wrong way or if there
is any workaround for this to be done. Thank You
Nikhil