From: Joel Pearson Date: 2013-03-22T19:11:03+09:00 Subject: Re: question on watir Does it work with just a blank new window? irb(main):106:0> require 'watir-webdriver' => true irb(main):107:0> b = Watir::Browser.new => # irb(main):108:0> b.windows.last.close => # The above worked perfectly for me. If that doesn't work for you, what gem version & browser version are you working with? -- Posted via http://www.ruby-forum.com/.