Class: Watir::Element
- Inherits:
-
Object
- Object
- Watir::Element
- Defined in:
- lib/sakai-cle-test-api/gem_ext.rb
Instance Method Summary collapse
-
#for ⇒ Object
attaches to the “for” tags in “label” tags.
-
#headers ⇒ Object
attaches to the “headers” tags inside of the assignments table.
-
#summary ⇒ Object
attaches to the “summary” tag.
Instance Method Details
#for ⇒ Object
attaches to the “for” tags in “label” tags.
11 12 13 14 |
# File 'lib/sakai-cle-test-api/gem_ext.rb', line 11 def for @how = :ole_object return @o.for end |
#headers ⇒ Object
attaches to the “headers” tags inside of the assignments table.
5 6 7 8 |
# File 'lib/sakai-cle-test-api/gem_ext.rb', line 5 def headers @how = :ole_object return @o.headers end |
#summary ⇒ Object
attaches to the “summary” tag
17 18 19 20 |
# File 'lib/sakai-cle-test-api/gem_ext.rb', line 17 def summary @how = :ole_object return @o.summary end |