Class Celerity::Link
In: lib/celerity/watir_compatibility.rb
lib/celerity/elements/link.rb
Parent: Object

Methods

Included Modules

ClickableElement

Constants

TAGS = [ Identifier.new('a') ]
ATTRIBUTES = BASE_ATTRIBUTES | [ :accesskey, :charset, :coords, :href, :hreflang, :name, :onblur, :onfocus, :rel, :rev, :shape, :tabindex, :target, :type, ]
DEFAULT_HOW = :href

External Aliases

click -> click_no_wait

Public Instance methods

Returns the absolute URL for this link (Celerity-specific)

(Watir/IE does this for href(), but we don‘t want that.)

[Validate]