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.



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

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

#headersObject

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



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

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

#summaryObject

attaches to the “summary” tag



38
39
40
41
# File 'lib/kuali-sakai-common-lib/gem_ext.rb', line 38

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