This is where I had issues too -- I actually changed the line to window.path != /Interent Explorer/ and had luck, although after reading closer I realized that I had misinterpreted the logic, so that wasn't really a good fix.  I'd have to setup the environment again to retry -- but I seem to recall C:\WINDOWS\ also when I had similar puts in there.

def self._find(how, what)    
 ... 
      #next unless (window.path =~ /Internet Explorer/ rescue false)
      next unless (window.path =~ /WINDOWS/ rescue false) # this works
 
window.path on my machine is putting out C:\WINDOWS\ and not matching on /Internet Explorer/
 
The content contained in this electronic message is not intended to
constitute formation of a contract binding TWTC. TWTC will be
contractually bound only upon execution, by an authorized officer, of
a contract including agreed terms and conditions or by express
application of its tariffs.

This message is intended only for the use of the individual or entity
to which it is addressed. If the reader of this message is not the
intended recipient, or the employee or agent responsible for
delivering the message to the intended recipient, you are hereby
notified that any dissemination, distribution or copying of this
message is strictly prohibited. If you have received this
communication in error, please notify us immediately by replying to
the sender of this E-Mail or by telephone.
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to