Sha256: bc8f85254082cd16d1a03ee435b1d42be09acc248bece5d1f738af50bdf2c4b8

Contents?: true

Size: 234 Bytes

Versions: 64

Compression:

Stored size: 234 Bytes

Contents

module TestCentricity
  class Label < UIElement
    def initialize(parent, locator, context)
      @parent  = parent
      @locator = locator
      @context = context
      @type    = :label
      @alt_locator = nil
    end
  end
end

Version data entries

64 entries across 64 versions & 1 rubygems

Version Path
testcentricity_web-0.8.8 lib/testcentricity_web/elements/label.rb
testcentricity_web-0.8.7 lib/testcentricity_web/elements/label.rb
testcentricity_web-0.8.6 lib/testcentricity_web/elements/label.rb
testcentricity_web-0.8.5 lib/testcentricity_web/elements/label.rb
testcentricity_web-0.8.4 lib/testcentricity_web/elements/label.rb
testcentricity_web-0.8.3 lib/testcentricity_web/elements/label.rb
testcentricity_web-0.8.2 lib/testcentricity_web/elements/label.rb
testcentricity_web-0.8.1 lib/testcentricity_web/elements/label.rb
testcentricity_web-0.8.0 lib/testcentricity_web/elements/label.rb
testcentricity_web-0.7.9 lib/testcentricity_web/elements/label.rb
testcentricity_web-0.7.8 lib/testcentricity_web/elements/label.rb
testcentricity_web-0.7.7 lib/testcentricity_web/elements/label.rb
testcentricity_web-0.7.6 lib/testcentricity_web/elements/label.rb
testcentricity_web-0.7.5 lib/testcentricity_web/elements/label.rb
testcentricity_web-0.7.4 lib/testcentricity_web/elements/label.rb
testcentricity_web-0.7.3 lib/testcentricity_web/elements/label.rb
testcentricity_web-0.7.2 lib/testcentricity_web/elements/label.rb
testcentricity_web-0.7.1 lib/testcentricity_web/elements/label.rb
testcentricity_web-0.7.0 lib/testcentricity_web/elements/label.rb
testcentricity_web-0.6.9 lib/testcentricity_web/elements/label.rb