IDebug Interface

Provides access to additional images and metadata for debug purposes. The extension method SaveDebugImages provides easy access to save these debug images.

Properties

Name

Description

CaptureRawImages

Enables or disables the global debug handling. Debug handling requires more resources and should be switched off for released test cases.

LastSource

Provides access to the last raw screen image, i.e. all filters applied, exactly as the image was used by the engine.

Image

Provides access to the last debug image

LastLookFor

Provides access to the last image the engine was looking for

Metadata

Provides access to additional debug data created by the last engine used (currently not used by any of the engines)

ReportLastSourceOnError

Enables or disables the function to automatically add the LastSource image as a screenshot to the final report. Requires CaptureRawImages to be true.

ReportDebugOnError

Enables or disables the function to automatically add the debug Image as a screenshot to the final report. Requires CaptureRawImages to be true.

Last updated