5.FireFoxのアドオンScreengrabを下記URLからインストール https://addons.mozilla.org/ja/firefox/addon/1146 6.下記の内容のRakefileを適当なディレクトリに作成 # cofing: utf-8 require 'rubygems' require 'spec/rake/spectask' task :default => [:spec] Spec::Rake::SpecTask.new do |t| t.warning = true t.rcov = false t.spec_opts << '--color' << '-fs' end require 'date' module SeleniumHelperMethods def startup @captures = {} i=1 date_str=Date.to