ignoreRegions property
Add one or more ignore regions to this target (i.e. areas whose content matches anything).
Syntax
eyes.check({ ignoreRegions: value });
Type:(RegionPlain|ElementHandle|Selector)[]
Type definitions
- RegionPlain
- Used to describe a position and rectangular region in an image. RegionPlain is defined as: LocationPlain&RectangleSizePlain
A region defined by one of the possible types.
Remarks
You may call this method multiple times in a given chain.
Ignore regions should not overlap each other or other types of regions (i.e. floating or match level regions).