HtmlControlCapture Method (String)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Captures and saves this HtmlControl's image to the WebAii log location as a 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 imageName
)

Parameters

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

Reference