ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Log.CaptureBrowser(browserToCapture, fileNamePrefix) method
Namespaces > ArtOfTest.WebAii.Core > Log > CaptureBrowser(Browser, String)
Captures a visual snap shot of a specific browser instance and logs it to the log location. This function will also add the path to the image to the log file.
Syntax
C#
public void CaptureBrowser (
	Browser browserToCapture,
	string fileNamePrefix
)
Parameters
browserToCapture (Browser)
The browser instance to capture.
fileNamePrefix (String)
The file name prefix to use on disk.

Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)