this page: http://travel.tripforce.com/travel/arc.cfm?nav=nc&tab=c

appears to use the calendar you describe.

I was able to show the calendar with

ie.image(:url , /calendar.gif/).click

I then looked through the source to find out how the calendar was drawn. In 
this case it was an iframe
so I did

ie.frames(:index,1).links.show

(  I guessed they were links based on the cursor changing to a hand, but 
they could have easily been some other element)

which showed 31 links
so I could then do

 ie.frame(:index,1).link(:text, /30/).flash

Hope that helps

Paul

----- Original Message ----- 
From: "Andrew" <[EMAIL PROTECTED]>
To: <wtr-general@rubyforge.org>
Sent: Friday, January 26, 2007 11:28 AM
Subject: [Wtr-general] How to handle calendars - cf_webapp/calendar ?


> Hello,
>
> I have few calendars options in my application. All of them are 
> cf_webapp/calendar type calendars. Does anybody have experience with this 
> type of calendar or know how to handle them?
>
> Thanks
> ---------------------------------------------------------------------
> Posted via Jive Forums
> http://forums.openqa.org/thread.jspa?threadID=6293&messageID=17706#17706
> _______________________________________________
> Wtr-general mailing list
> Wtr-general@rubyforge.org
> http://rubyforge.org/mailman/listinfo/wtr-general
> 


_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to