# File lib/capybara/selenium/driver.rb, line 60
  def save_screenshot(path, options={})
    browser.save_screenshot(path)
  end