Sha256: 065af9ce17108574f63a7464c0d30be2f776fc56709d0d4e37a777beb899e52c
Contents?: true
Size: 246 Bytes
Versions: 13
Compression:
Stored size: 246 Bytes
Contents
# encoding: utf-8 module Watir class Link < Anchor default_selector.clear identifier :tag_name => 'a' container_method :link collection_method :links alias_method :url, :href # deprecate? end # Link end # Watir
Version data entries
13 entries across 13 versions & 1 rubygems