Class: Watir::Container::Label
- Inherits:
-
ContentElement
- Object
- HtmlElement
- ContentElement
- Watir::Container::Label
- Defined in:
- lib/safariwatir.rb
Constant Summary
Constants included from Watir::Container
Constants inherited from HtmlElement
Instance Attribute Summary
Attributes inherited from HtmlElement
Instance Method Summary collapse
Methods inherited from ContentElement
Methods included from Watir::Container
#button, #cell, #checkbox, #contains_text, #div, #form, #frame, #image, #label, #link, #p, #password, #radio, #row, #select_list, #set_fast_speed, #set_slow_speed, #span, #speed=, #table, #text_field
Methods included from Clickable
Methods inherited from HtmlElement
#exists?, #name, #operate, #speak
Instance Method Details
#tag ⇒ Object
228 |
# File 'lib/safariwatir.rb', line 228 def tag; "LABEL"; end |