[wtr-general] Re: how to select rows under grid for EXTJS code using watir.

2014-06-12 Thread weekydeeky
It took me a while to get it but this is what I did to select an EXTJS grid row in watir. @browser.div(:id, myGrid-body).table(:id, /gridview/)[1][1].click Hope that helps. Cat On Tuesday, May 26, 2009 1:14:26 AM UTC-6, Bhavesh Sharma wrote: Hi, I have to select the row under Grid

[wtr-general] Re: how to select rows under grid for EXTJS code using watir.

2009-06-02 Thread Chuck van der Linden
There have been a number of threads here in the last month or two dealing with various aspects of automating websites based on code form this company (search the group for EXTJS and you will find them) Not all of the threads end in success. The webpage code that results when using this