class Watir::TableSection

Public Instance Methods

[](idx) click to toggle source

Returns table section row with given index.

@param [Fixnum] idx

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