Sha256: ff11c142bb1ca316f842b98d7917560725ca1139d4237efa94ddf7d108226505
Contents?: true
Size: 244 Bytes
Versions: 27
Compression:
Stored size: 244 Bytes
Contents
module Watir class TableRow < HTMLElement include CellContainer # # Get the n'th cell (<th> or <td>) of this row # # @return Watir::Cell # def [](idx) cell(:index, idx) end end # TableRow end # Watir
Version data entries
27 entries across 27 versions & 2 rubygems