Defines a legacy screen criterion searching for an empty screen.

The Empty screen criterion applies to legacy applications, which are usually launched from empty screens. It can be useful to define a screen class in order to detect when Convertigo doesn’t manage to connect to the application.
In this case, it is recommended to use this criterion instead of a Regular expression criterion for optimizing response time.
Matching condition: This criterion matches the screen class when all screen map lines are empty.

Property Type Category Description
Comment String standard Describes the object comment to include in the documentation report.
This property generally contains an explanation about the object.
Reverse result boolean expert Defines if the criteria’s result should be reversed.
When a criteria is evaluated, it can sometimes be useful to get the opposite of the standard result (i.e. when the criteria matches, its result is false, and when it doesn’t match, its result is true). Use this property to reverse the standard result.
For example, you may define a screen class that does not contain the text “Hello” in white on black background. For that, you define a criterion matching on the text “Hello” in white on black background, and you reverse it thanks to this property.