From: Roger Pack Date: 2008-10-17T15:16:57+09:00 Subject: Re: Validating multiple contents Bala Krishnan wrote: > Hi > If we want to validate result page with single text content we will > use > > ie.text.include?(" Particular content ") > > suppose if i want to validate page with multiple content like > > German rails > NGINX > how to use ruby for this validation? maybe something like ie.text.include?(" Particular content ") || ie.text.include?('ich bien') ? -- Posted via http://www.ruby-forum.com/.