From: Raj pal Date: 2013-03-18T23:18:35+09:00 Subject: Re: question on watir hi I have used the below code, puts $browser.windows.count $browser.windows.each do |w| puts w.title w.close end but it is not closing the pop up. but it's printing the title and count also.I think w.close is not working. what can i do to solve this problem? RAJ -- Posted via http://www.ruby-forum.com/.