Sha256: dcd19fe17f9839c66c8b4026a2b12c476809d954f680601985e215828fefa37a

Contents?: true

Size: 178 Bytes

Versions: 19

Compression:

Stored size: 178 Bytes

Contents

module TestCentricity
  class CellButton < CellElement
    def initialize(name, parent, locator, context, table, column)
      super
      @type = :cell_button
    end
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
testcentricity_web-2.0.16 lib/testcentricity_web/elements/cell_button.rb
testcentricity_web-2.0.15 lib/testcentricity_web/elements/cell_button.rb
testcentricity_web-2.0.14 lib/testcentricity_web/elements/cell_button.rb
testcentricity_web-2.0.13 lib/testcentricity_web/elements/cell_button.rb
testcentricity_web-2.0.12 lib/testcentricity_web/elements/cell_button.rb
testcentricity_web-2.0.11 lib/testcentricity_web/elements/cell_button.rb
testcentricity_web-2.0.10 lib/testcentricity_web/elements/cell_button.rb
testcentricity_web-2.0.9 lib/testcentricity_web/elements/cell_button.rb
testcentricity_web-2.0.8 lib/testcentricity_web/elements/cell_button.rb
testcentricity_web-2.0.7 lib/testcentricity_web/elements/cell_button.rb
testcentricity_web-2.0.6 lib/testcentricity_web/elements/cell_button.rb
testcentricity_web-2.0.5 lib/testcentricity_web/elements/cell_button.rb
testcentricity_web-2.0.4 lib/testcentricity_web/elements/cell_button.rb
testcentricity_web-2.0.3 lib/testcentricity_web/elements/cell_button.rb
testcentricity_web-2.0.2 lib/testcentricity_web/elements/cell_button.rb
testcentricity_web-2.0.1 lib/testcentricity_web/elements/cell_button.rb
testcentricity_web-2.0.0 lib/testcentricity_web/elements/cell_button.rb
testcentricity_web-1.0.23 lib/testcentricity_web/elements/cell_button.rb
testcentricity_web-1.0.22 lib/testcentricity_web/elements/cell_button.rb