Class: Watir::Element

Inherits:
Object
  • Object
show all
Defined in:
lib/kuali-sakai-common-lib/gem_ext.rb

Instance Method Summary collapse

Instance Method Details

#forObject

attaches to the “for” tags in “label” tags.



24
25
26
27
# File 'lib/kuali-sakai-common-lib/gem_ext.rb', line 24

def for
  @how = :ole_object
  return @o.for
end

#headersObject

attaches to the “headers” tags inside of the assignments table.



18
19
20
21
# File 'lib/kuali-sakai-common-lib/gem_ext.rb', line 18

def headers
  @how = :ole_object
  return @o.headers
end

#summaryObject

attaches to the “summary” tag



30
31
32
33
# File 'lib/kuali-sakai-common-lib/gem_ext.rb', line 30

def summary
  @how = :ole_object
  return @o.summary
end