Sha256: 0831b1a3744e879aec36ccafff576b8d1caf530808068a1b895c430ebdc2bb6c

Contents?: true

Size: 178 Bytes

Versions: 1

Compression:

Stored size: 178 Bytes

Contents

module PageObject
  module Elements
    class Button < Element

      protected
      
      def self.watir_finders
        super + [:text]
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
page-object-0.0.2 lib/page-object/elements/button.rb