app_name property
Use this property to set and retrieve the value of the application name property.
The application name is one of the 5 properties that define the baseline.
Syntax
eyes.app_name = value
value = eyes.app_name
Type:Text
The application name. This may be any string.
Remarks
If you call this method, it must be called before the call to
Eyes.open.
In the call to
Eyes.open, if you provide the application parameter, then it will override
the value set here. If you don't provide the parameter or pass a
None,
then the value set here will be used.