Class: Watir::Element

Inherits:
Object
  • Object
show all
Defined in:
lib/sakai-cle-test-api/gem_ext.rb

Instance Method Summary collapse

Instance Method Details

#forObject

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

#headersObject

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

#summaryObject

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