Sha256: 2daa9c15ef0ab4031c3e25014c8d9b23861f9fe7555887f85d37957e2bcd669b
Contents?: true
Size: 327 Bytes
Versions: 49
Compression:
Stored size: 327 Bytes
Contents
module Watir module Container alias_method :link, :a alias_method :links, :as end # Container class Anchor < HTMLElement # # @todo temporarily add href attribute # # @see https://www.w3.org/Bugs/Public/show_bug.cgi?id=23192 # attribute String, :href, :href end # Anchor end # Watir
Version data entries
49 entries across 49 versions & 2 rubygems