While I can't answer the exact question, I can explain how I would solve it.
Find the 'nearest' containing element that you can use (a table, div, span - whatever). Then use that element AND the index of the image. This helps you narrow it down. So say you had Table :id 'table_one' row row .image (this is the image you wanted) row Then you could do $ie.table(:index, 'table_one')[3][1].image(:index, 1) --------------------------------------------------------------------- Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=5661&messageID=15810#15810 _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
