match_level property
Use this property to set and retrieve the default match level to be used for subsequent checkpoints in the test.
Syntax
config.match_level = configval # type is MatchLevel
configval = config.match_level
Type:MatchLevel
Available match level values are:
- NONE
- STRICT
- LAYOUT
- CONTENT
- EXACT
Remarks
For a full description of the affect of each match levels and the different ways to apply them to tests, checkpoints and regions, How to use Eyes match levels.