absolutely! with minor typos

corrected :
ctr = 0 
search_term = /Blah Links/ 
ie.spans.each do |s|  
if s.text =~ search_term 
ctr = ctr + 1
end 
end 


Thank you
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=5545&messageID=15442#15442
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to