ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Log.CaptureBrowser(browserToCapture) method
Namespaces > ArtOfTest.WebAii.Core > Log > CaptureBrowser(Browser)
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
)
Parameters
browserToCapture (Browser)
The browser instance to capture.

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