The information in this topic may be out of date. The current SDK reference guide has moved here.

setHostOS method

Class: EyesPlatform: ImagesLanguage: Java SDK:

Use this method to set the name of the hosting operating system property.

The HostOS, along with the hosting app and viewport size, determines which baseline will be used as the basis for comparing checkpoint images. By default, the hosting OS is undefined. The Test Manager displays this value as the OS column.

Syntax

Configuration value = eyes.setHostOS(hostOS);

Parameters

hostOS
Type:String
The value to be used for the Host OS property.

Return value

Type: Configuration