Željko Filipin
Tue, 10 Jul 2007 07:15:47 -0700
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@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general
- [Wtr-general] How can I make a IE window active? Claudiu Gorgan
Re: [Wtr-general] How can I make a IE window active? Željko Filipin
- Re: [Wtr-general] How can I make a IE window active? Claudiu Gorgan