Class: Watir::Element
- Inherits:
-
Object
- Object
- Watir::Element
- Defined in:
- lib/sakai-oae-test-api/gem_extensions.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.
Instance Method Details
#for ⇒ Object
attaches to the “for” tags in “label” tags.
161 162 163 164 |
# File 'lib/sakai-oae-test-api/gem_extensions.rb', line 161 def for @how = :ole_object return @o.for end |
#headers ⇒ Object
attaches to the “headers” tags inside of the assignments table.
155 156 157 158 |
# File 'lib/sakai-oae-test-api/gem_extensions.rb', line 155 def headers @how = :ole_object return @o.headers end |