class Watir::TableRow

Public Instance Methods

[](idx) click to toggle source

Get the n'th cell (<th> or <td>) of this row

@return Watir::Cell

# File lib/watir-webdriver/elements/table_row.rb, line 11
def [](idx)
  cell(:index, idx)
end