Skip to main content

ApiUrls class

An object of this class is contained in the StepInfo object, which is in itself an object in the TestResults object returned by the Eyes.Close method.The methods in this class are used to retrieve a URI that can be used with the REST API to obtain information about a particular step.

Using statement

using Applitools;

BaselineImage property

Syntax

string value = apiurls.BaselineImage;

Type: string

CheckpointImage property

Syntax

string value = apiurls.CheckpointImage;

Type: string

CheckpointImageThumbnail property

Syntax

string value = apiurls.CheckpointImageThumbnail;

Type: string

DiffImage property

Syntax

string value = apiurls.DiffImage;

Type: string