Table of Contents

Interface ITakesScreenshot

Namespace
OpenQA.Selenium
Assembly
WebDriver.dll

Defines the interface used to take screen shot images of the screen.

public interface ITakesScreenshot

Methods

GetScreenshot()

Gets a Screenshot object representing the image of the page on the screen.

Screenshot GetScreenshot()

Returns

Screenshot

A Screenshot object containing the image.