Re: [Wtr-general] Having problems figuring out what to click

2007-07-09 Thread Matt Berney
Excellent!!! That did the trick. Thanks loads!!! ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] Having problems figuring out what to click

2007-07-07 Thread Charley Baker
Hi Matt, You need to access the cell, the onclick event is attached to the cell, not the row. This should work: $ie.table(:id,'table1')[1][1].fire_event('onClick') table with id of table1, first row, first cell. -Charley On 7/6/07, Matt Berney [EMAIL PROTECTED] wrote: I have been using