[wtr-general] Re: Issue with a Calendar in a Div /Table Object

2009-09-29 Thread srikanth gudikadi
Hi pallavi, This is srikanth from ACTi, pune, try this one to click on calendar event date. browser.div(:class, "calendar").cell(:text,"26").fire_event("ondblclick") and also try the below to fetching data. days = browser.table(:class, "paramlist admintable").row(:text, "Display Events the of

[wtr-general] Re: Not able to click on a 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 wrote: > > I have a calendar using which I can set the date in the given text > area. For > this I need to