[JWebUnit-users] Triggering javascript events

2012-09-26 Thread S.R.G. Manoj
Hi, Can we trigger a javascript event using jWebUnit? In my case i have a onkeyup event for a text box and when i this event is triggered a button needs to be enabled, but when i set the value for the text box using 'setTextField("textfieldName","value") the event is not getting triggered.

Re: [JWebUnit-users] [HCSPAM] - Triggering javascript events -Email found in subject

2012-09-26 Thread S.R.G. Manoj
@Julien - The problem was not with onchange event, onchange event was getting triggered perfectly. The problem was with events like onkeyup, onmousedown, onkeypress. The solution given by Rajinder worked fine for my issue. @Rajjnder - Thanks for the solution, it worked perfectly fine . Regard