hello
 
this is atul.
first of all find the logical name of that perticuler button.
let if u are working on browser,then do right click on that perticular browser on which that perticular button exists.
and then find the logical name ok that button.
then use this " ie.button(:name, "put name of that button here").click "
thanks.

 
On 10/27/06, Dave Munns <[EMAIL PROTECTED]> wrote:
Sometimes one just stumbles into a solution.

ie.table(:index,1)[5][1].button(:id,'imgFinishButton').click

For some reason I had to use button instead of image, even though the html indicated it was an image!
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=4669&messageID=13908#13908
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to