I have a web application that I'm trying to create a model of in Watir, to encourage code reuse in the scripts, and I've hit a little snag. I have a table on the main page of the application, the first row of which has column header information. I need a method by which I can return all other rows in the table, ideally without iterating through the rows and adding them to an array. There must be a more efficient way. Certain ports of the Watir library have features that make this very easy, and maybe it's my lack of familiarity with Ruby that is causing my disconnect.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to [email protected] Before posting, please read the following guidelines: http://wiki.openqa.org/display/WTR/Support To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/watir-general -~----------~----~----~----~------~----~------~--~---
