Subject: Re: Save a file by clicking on a link
From: Joel Pearson <lists@ b f u c >
Date: Thu, 24 Jan 2013 22:12:06 +0900
References: 398506
In-reply-to: 398506
while @driver.windows.count > 1
@driver.windows.last.close
end
Or
@driver.windows.last.use do
@driver.window.close
end
--
Posted via http://www.ruby-forum.com/.