An NDoc Documented Class Library

DefaultSelenium.CaptureScreenshotToString Method 

Capture a PNG screenshot. It then returns the file as a base 64 encoded string.

public string CaptureScreenshotToString();

Return Value

The base 64 encoded string of the screen shot (PNG file)

Implements

ISelenium.CaptureScreenshotToString

See Also

DefaultSelenium Class | Selenium Namespace