Hi I have a scenario where i need to click on every link in table then i need to verify in next page.
I was using the below code: myTable=ie.table(:index, 10) iRows=myTable.row_count() i=2 while i <= iRows do myTable [i][2].flash myTable [i][1].focus myTable [i][2].click i=i+1 end It just flashes but doesnot clicks. table index is 10 whereas TR and TD values will keep changing.For first link TR will be 2 and TD also 2,Whereas next link TR is 3 TD is 2 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to watir-general@googlegroups.com Before posting, please read the following guidelines: http://wiki.openqa.org/display/WTR/Support To unsubscribe from this group, send email to watir-general-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/watir-general -~----------~----~----~----~------~----~------~--~---