Sha256: 0f3de953fad8fea3e045e74c0f945633ffafcc7d70f379cdd8eed16c46886ca7
Contents?: true
Size: 398 Bytes
Versions: 3
Compression:
Stored size: 398 Bytes
Contents
module PageObject module Elements class TextArea < Element protected def self.watir_finders super + [:tag_name] end def self.watir_mapping super.merge({:css => :tag_name}) end def self.selenium_finders super + [:css] end def self.selenium_mapping super.merge({:tag_name => :css}) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
page-object-0.2.3 | lib/page-object/elements/text_area.rb |
page-object-0.2.2 | lib/page-object/elements/text_area.rb |
page-object-0.2.1 | lib/page-object/elements/text_area.rb |