Click or drag to resize
Tesco SW, a.s.

StableWebElementGetScreenshot Method

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

Namespace:  TescoSW.MW.UITests.Common.PageModel
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
public Screenshot GetScreenshot()

Return Value

Type: Screenshot
A Screenshot object containing the image.

Implements

ITakesScreenshot.GetScreenshot
See Also