Sha256: a9f2906cdca8b8a821c849615558c4540f00919e99a5b66e8cc87d66bacbcc25
Contents?: true
Size: 249 Bytes
Versions: 54
Compression:
Stored size: 249 Bytes
Contents
module Watir class TableSection < HTMLElement include RowContainer # # Returns table section row with given index. # # @param [Integer] idx # def [](idx) row(index: idx) end end # TableSection end # Watir
Version data entries
54 entries across 54 versions & 1 rubygems