Class: Watir::ElementCollection

Inherits:
Object
  • Object
show all
Defined in:
lib/crabfarm/adapters/browser/watir.rb

Instance Method Summary collapse

Instance Method Details

#to_htmlObject



14
15
16
# File 'lib/crabfarm/adapters/browser/watir.rb', line 14

def to_html
  self.map(&:html).join
end