Sha256: 95e060e441bd2b35498b6e8db5af92adbf2683fbbc587923075b3ddb89aa7ebb

Contents?: true

Size: 322 Bytes

Versions: 3

Compression:

Stored size: 322 Bytes

Contents

module PageObject
  module Platforms
    module WatirTableRow
      
      #
      # Return the PageObject::Elements::TableCell for the index provided.  Index
      # is zero based.
      #
      def [](idx)
        PageObject::Elements::TableCell.new(@element[idx], :platform => :watir)
      end
      
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
page-object-0.0.4 lib/page-object/platforms/watir_table_row.rb
page-object-0.0.3 lib/page-object/platforms/watir_table_row.rb
page-object-0.0.2 lib/page-object/platforms/watir_table_row.rb