well watir allows you to get collections of elements http://watir.github.com/watir-webdriver/doc/Watir/Container.html#trs-instance_method
On Wed, Aug 15, 2012 at 2:58 AM, Sohail Mirza <[email protected]> wrote: > Hi, > > I just wanted to know does *watir* gives us facility to handle dynamic > objects in the application? > For example i have HMTL table whose rows counts is not fixed and these > rows are created based on the search results returned. > > I wanted to create script in such a way that no matters how many rows > created in table, it should retrieve the data from all rows's cell. > > How i can i do that? > > > Thanks > > -- > Before posting, please read http://watir.com/support. In short: search > before you ask, be nice. > > [email protected] > http://groups.google.com/group/watir-general > [email protected] > -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
