I have finally found my Table cell that I want to click:
 
ie.table(:index,8)[3][5].click
 
However, this TD has an id, and when I try to access it by id like this:
ie.table(:id,'idinfo').click
watir/ruby cannot find the element, can anyone tell me the correct way
to get to this element by id?
 
I tried this too: ie.((table(:index,8)[3][5]))(:id,"idinfo').click
Russ
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to