UPDATE!

It appears that I was running into the bug in release 1.4.1. I have installed 
the latest gem watir 1.5.1.xxxx.  It will now recognize:

ie.table(:index, 10).button(:what, ever).click

I don't have many identifiers to choose from for my button so to get it to work 
I've had to use index(s) both times: 

ie.table(:index, 10).button(:index, 2).click

However, I think as buttons get added my indexing will break for the button. In 
my current button I can't get indexing to work...unless I just haven't found 
the right index number. Is there a better way to indentify these objects? This 
is taking forever!

But anyway...the upgrade solved my biggest problem...now I just have to figure 
out what makes my button uniquely recognizable!?

Thank you so much for all the help that I have received. It feels great to move 
forward!
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6471&messageID=18520#18520
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to