[wtr-general] Re: Not able to click on a TD through Watir, though manually it is possible

2009-09-29 Thread srikanth gudikadi
Hi Isabel, try this one to click on calendar to select date. browser.div(:class, calendar).cell(:text,26).fire_event(ondblclick) thnx srik On Fri, Sep 25, 2009 at 12:45 PM, Isabel joybe...@gmail.com wrote: I have a calendar using which I can set the date in the given text area. For this

[wtr-general] Re: Not able to click on a TD through Watir, though manually it is possible

2009-09-25 Thread Željko Filipin
On Fri, Sep 25, 2009 at 9:15 AM, Isabel joybe...@gmail.com wrote: .click apparently has no effect on the date which is a table cell and there seems to be no known JavaScript event that has been applied on it. Can you ask a developer which event should be fired? Željko --