Sha256: fe446ec855fbd8906476fbeb45f107e23b6754ac3c444eff2ff2a9cc569b34b5

Contents?: true

Size: 428 Bytes

Versions: 4

Compression:

Stored size: 428 Bytes

Contents

module Symbiont
  module WebObjects

    class Button < WebObject
      
      def self.usable_selectors
        super + [:value, :text, :css]
      end
      
    end # class: Button
    
    ::Symbiont::WebObjects.class_for_type[:submit] = ::Symbiont::WebObjects::Button
    ::Symbiont::WebObjects.class_for_type[:button] = ::Symbiont::WebObjects::Button
    
  end # module: WebObjects
end # module: Symbiont

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
symbiont-0.1.7 lib/symbiont/web_objects/button.rb
symbiont-0.1.6 lib/symbiont/web_objects/button.rb
symbiont-0.1.5 lib/symbiont/web_objects/button.rb
symbiont-0.1.4 lib/symbiont/web_objects/button.rb