Hello Everyone,

I am having trouble identifying an object in my web app. After trying several 
different attempts with ie.button.... I wanted to revert to: ie.button(:index, 
x).click the problem is that there can be any number of buttons before my 
button is reached. The button I want to identify is the last button on the page 
so I thought that I would try the brilliant idea of: ie.button(:index, 
-1).click However, this is not working either. 

My button is nested in a table. Any thoughts on how I can access/identify this 
object using 'index' or something else. 

Thanks for your help!
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6471&messageID=18330#18330
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to