setAppName method
Use this method to set the value of the application name property. The application name is one of the 5 properties that define the baseline.
Syntax
eyes.setAppName(appName);
Parameters
- appName
- Type:String
- The application name. This may be any string.
Return value
- Type: void