Strange, it works for me. Ok, let's see where the problem is. Navigate to page that has only © as it's text. ie.text returns "\251"
ie.text
=> "\251"
ie.text.include?("\251") returns true
ie.text.include?("\251")
=> true
Am I missing something?
I have Ruby 1.8.6, Watir 1.5.1.1192 and IE 6.
Zeljko
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
