Mike lastname wrote:
> That was the first thing I tried, span.class simply returns Watir::Span
> showing that the object in span is of the Watir::Span class.

With such poor documentation, I wonder why anyone would use Watir over 
Hpricot or Nokogiri.  In any case, here are two more things you can try:

span.class_name
span.attribute_value("class")



-- 
Posted via http://www.ruby-forum.com/.