ITakesScreenshot GetScreenshot Method WebDriver
Gets a Screenshot object representing the image of the page on the screen.

Namespace: OpenQA.Selenium
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

Screenshot GetScreenshot()

Return Value

A Screenshot object containing the image.
See Also