This will click that cell.
ie.cell(:id, "10TD37").click

This will click the link that contains that image.
ie.cell(:id, "10TD37").link(:href, /Adminpage/).click

Finally, this will click that image in that cell.
ie.cell(:id, "10TD37").image(:title, "Delete survey, responses,
emails").click

Choose the one that works for you. I tried it with watir 1.5.1.1145
--
Zeljko Filipin
zeljkofilipin.com
Testing is not only what I do for a living. It is also what I do for fun.
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to