It may be a general winClicker issue.  I found that in order to get the 
winClicker to work, the getWindowHandle() had to perform an exact match.  This 
is because many of the IE windows had the same "Microsoft Internet Explorer" 
text in the title.  As a result, the incorrect window handle was returned. And 
no ok button was present.  The behavior that resulted was that the javascript 
popup window would not dismiss.

winClicker.rb, line 236
          ### MCB 3/7/2007 *exact match*    
          if title == textCaption[1].to_s

This worked for me :-)
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to