Same from the irb

require "watir"
Watir::Browser.default = "firefox"
b1 = Watir::Browser.start("http://www.google.com";)
b2 = Watir::Browser.start("http://www.bing.com";)
b1.goto("http://www.yahoo.com";)

Results in the b2 window changing to Yahoo.

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

Reply via email to