# File lib/selenium/web_page.rb, line 201
    def capture_page(file)
      @browser.capture_entire_page_screenshot(file)
    end