Sha256: b68190d76bd2a7694fce1f047b7280e86f1e66483f2ad5745aef33e0b1ead660
Contents?: true
Size: 344 Bytes
Versions: 5
Compression:
Stored size: 344 Bytes
Contents
# encoding: utf-8 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 # attributes :string => [:href] end # Anchor end # Watir
Version data entries
5 entries across 5 versions & 1 rubygems