set_accessibility_validation method
Use this method to set the accessibility testing level to use.
Syntax
configval = config.set_accessibility_validation(accessibility_settings)
Parameters
- accessibility_settings
- Type:AccessibilitySettings [Optional ]
- The required accessibility settings. A value of None will disable accessibility checking.
Return value
- Type: Self
-
The value returned is the object that called the method.
This allows you to use a fluent style to call the
setXXXX
methods of the Configuration class.
Remarks
For more information about the Contrast advisor feature see
Contrast advisor