Sha256: d1ae9c10aa04fedbd464b98165c8c0351ee2f0bb48942874b0c8adb52022f2d6

Contents?: true

Size: 168 Bytes

Versions: 1

Compression:

Stored size: 168 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

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