Sha256: fecfa419e23b20672c5ca34031d6c8dc20fb6ed6540706aff783dfcd3a3bdea6
Contents?: true
Size: 280 Bytes
Versions: 4
Compression:
Stored size: 280 Bytes
Contents
# frozen_string_literal: true 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
4 entries across 4 versions & 1 rubygems