Jan, First use ie.show_images() if that image is present and if there are two or more images with the same name sometimes it doesnt works. So findout if there are more images with the same name. If not try to use the regular expressions. ie.image(:name, /.*imgTest.*/).click And if you have two or more images use the name as well as the index to click on the image.
Bye Sathya Shankar --- [EMAIL PROTECTED] wrote: > HI! Why can't i get this one work. > > $ie.image(:name,"imgTest").click > > is there anything wrong with this one? > > i also tried src, id. but still no luck. > I know that this object is existing because I tried > show_all_objects and this image is listed. Thanks > > > > > > Jan M. Montano > Lead QA / Developer > Regional Application Development > Thomson (Philippines) Corporation > 18th Floor Ayala Life - FGU Center > 6811 Ayala Ave., Makati City > Philippines > (632) 878-5890 > > > _______________________________________________ > Wtr-general mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/wtr-general > ____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
