Hello,

Can you guide me with some general approaches to get the index of a
row or cell with watir-webdriver ?

I've tried some approaches like:

   @browser.tbody(:index, 0).rows.each do |row|
      if  row.text.include?("#{name}") then
         puts row.row_index
      end
    end

And also i tried with "each_with_index" but didn't get the expected
output.

Thank you,
Dan

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

Reply via email to