HtmlControlCapture Method (String, String)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Captures and saves this HtmlControl's image to the specified save path as the specified file name as a BMP file.

Namespace:  ArtOfTest.WebAii.Controls.HtmlControls
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public virtual void Capture(
	string savePath,
	string imageName
)

Parameters

savePath
Type: SystemString
Directory path to write the file to.
imageName
Type: SystemString
The image file name (without extension) to create and write to.
See Also

Reference