Ruby | Ruby/FireWatir | Ruby/SafariWatir Ruby Watir Win32のRubyでInternetExplorerを使ったテストが出来る。 http://wtr.rubyforge.org/ IEのcookieを初期化する † これもwtr-generalより.. require 'fileutils' class Cookies def delete(dir= "C:\\Documents and Settings\\#{ENV['USERNAME']}\\Cookies") # or wherever your cookies are downloaded to (can be browser specific) FileUtils.rm_rf dir end end cookies = Cookies.new cookies.delete