# File lib/selenium/client/legacy_driver.rb, line 1630 1630: def capture_screenshot(filename) 1631: remote_control_command("captureScreenshot", [filename,]) 1632: end