Thank you so much for all who have responded to my post. However, I still haven't been able to identify my object. I have downloaded the Developer Toolbar for ie (love it!) and can see the various attributes. My button is nested deep within a table. I can identify the table using both ":class" and ":index", but when I add .button(:what, ever).click I get the follow error:
undefined method `button' for #<Watir::Table:0xb698074> (NoMethodError) I have tried different versions such as: ie.table(:class, 'primaryLarge').button(:name, "SCbutton").click ie.table(:index, 10). button(:name, "SCbutton").click Any more thoughts to help me out? I have been stuck here trying to identify this object for a really long time now! :/ Thanks again to all who posted! --------------------------------------------------------------------- Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=6471&messageID=18349#18349 _______________________________________________ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general