An NDoc Documented Class Library

DefaultSelenium.CaptureScreenshot Method 

Captures a PNG screenshot to the specified file.

public void CaptureScreenshot(
   string filename
);

Parameters

filename
the absolute path to the file to be written, e.g. "c:\blah\screenshot.png"

Implements

ISelenium.CaptureScreenshot

See Also

DefaultSelenium Class | Selenium Namespace