Accessibility method
Use to define an accessibility region and its type.
Syntax
eyes.Check(Target.Window().Accessibility(region))
eyes.Check(Target.Window().Accessibility(region, regionType))
Parameters
- region
- Type:AccessibilityRegionByRectangle
- An object of this class.
- region
- Type:Rectangle
- The position and size of the region.
- regionType
- Type:AccessibilityRegionType
- The accessibility type of the region.
Return value
- Type: ICheckSettings
Remarks
For more information about the Contrast advisor feature see
Contrast advisor.