# File lib/capybara/util/save_and_open_page.rb, line 18 def save_and_open_page(html, file_name=nil) open_in_browser save_page(html, file_name) end