Sha256: c258e54f6429ea3e831ab5d09f01ea5e5f92ba69d0dd48c479e28799f976c7ea

Contents?: true

Size: 160 Bytes

Versions: 6

Compression:

Stored size: 160 Bytes

Contents

module PageObject
  module Elements
    class Link < Element

    end
    
    ::PageObject::Elements.tag_to_class[:a] = ::PageObject::Elements::Link
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
page-object-2.2.6 lib/page-object/elements/link.rb
page-object-2.2.5 lib/page-object/elements/link.rb
page-object-2.2.4 lib/page-object/elements/link.rb
page-object-2.2.3 lib/page-object/elements/link.rb
page-object-2.2.2 lib/page-object/elements/link.rb
page-object-2.2.1 lib/page-object/elements/link.rb