| Class | Celerity::Link |
| In: |
lib/celerity/watir_compatibility.rb
lib/celerity/elements/link.rb |
| Parent: | Object |
| TAGS | = | [ Identifier.new('a') ] |
| ATTRIBUTES | = | BASE_ATTRIBUTES | [ :accesskey, :charset, :coords, :href, :hreflang, :name, :onblur, :onfocus, :rel, :rev, :shape, :tabindex, :target, :type, ] |
| DEFAULT_HOW | = | :href |
| click | -> | click_no_wait |
Returns the absolute URL for this link (Celerity-specific)
(Watir/IE does this for href(), but we don‘t want that.)