This worked for me:

require "watir"
browser = Watir::Browser.start("http://www.cleartrip.com/";)
browser.radio(:id => "rnd_trip").set # set round trip radio button
browser.image(:src => "/images/global/calendar_icon.gif").click # click the
first calendar
browser.image(:src => "/images/global/calendar_icon.gif", :index => 2).click
# click the second calendar

Željko

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

You received this message because you are subscribed to 
http://groups.google.com/group/watir-general
To post: watir-general@googlegroups.com
To unsubscribe: watir-general+unsubscr...@googlegroups.com

Reply via email to