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

Reply via email to