Interface ITakesScreenshot
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.