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

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

public Screenshot GetScreenshot()

Return Value

A Screenshot object containing the image.

Implements

ITakesScreenshot GetScreenshot 
See Also