Class: Watir::Element

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

Instance Method Summary collapse

Instance Method Details

#forObject

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

#headersObject

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