class Watir::TableSection
Public Instance Methods
[](idx)
click to toggle source
Returns table section row with given index.
@param [Integer] idx
# File lib/watir/elements/table_section.rb, line 11 def [](idx) row(index: idx) end