Sha256: a5262342c5978916276526b3bd8de4482b0dd9eb256aa5ee76d1dcde7d947cb8
Contents?: true
Size: 243 Bytes
Versions: 2
Compression:
Stored size: 243 Bytes
Contents
module PageObject module Elements class Form < Element protected def self.watir_finders super + [:action] end end ::PageObject::Elements.tag_to_class[:form] = ::PageObject::Elements::Form end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
page-object-2.1.1 | lib/page-object/elements/form.rb |
page-object-2.1 | lib/page-object/elements/form.rb |