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

Namespace: OpenQA.Selenium.PhantomJS
Assembly: WebDriver (in WebDriver.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