[Wtr-general] How can I make a IE window active?

2007-07-10 Thread Claudiu Gorgan
Hi there, Is there somebody hwo can tell me how can I make a IE window active in order to make some changes to its objects...So my script clicks on a button that opens a new IE window, more like a pop-up, and should fill some fields in this new window. I have tryied makeWindowActive() but no re

Re: [Wtr-general] How can I make a IE window active?

2007-07-10 Thread Ċ½eljko Filipin
Hi Claudiu, If pop up window is new Internet Explorer window, you can attach to it with eiher of this. ie = Watir::IE.attach(:title, "title") ie = Watir::IE.attach(:url, "url") Zeljko -- ZeljkoFilipin.com ___ Wtr-general mailing list Wtr-general@rubyf

Re: [Wtr-general] How can I make a IE window active?

2007-07-11 Thread Claudiu Gorgan
Hi Zeljko, It worked. Thanks a lot. Now I'm happy again :) Claudiu ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general