class Capybara::Selenium::Driver

def save_screenshot(path, **options)

def save_screenshot(path, **options)
  browser.save_screenshot(path, **options)
end