Sha256: 700544431b2b73c042ef402bf2c86ebf2a165e67d1a520680e652d915327eda9

Contents?: true

Size: 166 Bytes

Versions: 1

Compression:

Stored size: 166 Bytes

Contents

module TestCentricity
  class AppLabel < AppUIElement
    def initialize(name, parent, strategy, locator, context)
      super
      @type = :label
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
testcentricity-2.3.13 lib/testcentricity/app_elements/label.rb