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-1.0.10 lib/testcentricity_web/elements/label.rb
testcentricity_web-1.0.9 lib/testcentricity_web/elements/label.rb
testcentricity_web-1.0.8 lib/testcentricity_web/elements/label.rb
testcentricity_web-1.0.7 lib/testcentricity_web/elements/label.rb
testcentricity_web-1.0.6 lib/testcentricity_web/elements/label.rb
testcentricity_web-1.0.5 lib/testcentricity_web/elements/label.rb
testcentricity_web-1.0.4 lib/testcentricity_web/elements/label.rb
testcentricity_web-1.0.3 lib/testcentricity_web/elements/label.rb
testcentricity_web-1.0.2 lib/testcentricity_web/elements/label.rb
testcentricity_web-1.0.1 lib/testcentricity_web/elements/label.rb
testcentricity_web-1.0.0.1 lib/testcentricity_web/elements/label.rb
testcentricity_web-1.0.0 lib/testcentricity_web/elements/label.rb
testcentricity_web-0.9.9.9 lib/testcentricity_web/elements/label.rb
testcentricity_web-0.9.9.8 lib/testcentricity_web/elements/label.rb
testcentricity_web-0.9.9.7 lib/testcentricity_web/elements/label.rb
testcentricity_web-0.9.9.6 lib/testcentricity_web/elements/label.rb
testcentricity_web-0.9.9.5 lib/testcentricity_web/elements/label.rb
testcentricity_web-0.9.9.4 lib/testcentricity_web/elements/label.rb
testcentricity_web-0.9.9.3 lib/testcentricity_web/elements/label.rb
testcentricity_web-0.9.9.2 lib/testcentricity_web/elements/label.rb