# File lib/capybara/session.rb, line 317
    def save_and_open_page(file_name=nil)
      require "launchy"
      Launchy.open(save_page(file_name))
    rescue LoadError
      warn "Please install the launchy gem to open page with save_and_open_page"
    end