Class: Watir::Meta

Inherits:
HTMLElement show all
Defined in:
lib/watir-webdriver/elements/generated.rb,
lib/watir-webdriver/elements/generated.rb

Overview

class Link < HTMLElement

identifier(:tag_name => "link")

container_method(:link)

collection_method(:links)

attributes(:token_list => ([:rel_list, :sizes]), :string => ([:href, :rel, :media, :hreflang, :type]), :bool => ([:disabled]))

end

Constant Summary

Constants inherited from BaseElement

BaseElement::IGNORED_ATTRIBUTES

Method Summary

Methods inherited from BaseElement

attribute_list, #attribute_value, attributes, #click, #double_click, #driver, #element, #exists?, #fire_event, #flash, #focus, #html, #initialize, #inspect, #parent, #right_click, #run_checkers, #send_keys, #style, #tag_name, #text, typed_attributes, #value, #visible?

Methods included from Container

add

Methods included from XpathSupport

#element_by_xpath, #elements_by_xpath

Constructor Details

This class inherits a constructor from Watir::BaseElement