set_ignore_caret method
Use this method to set whether or not Eyes eliminates mismatches due to blinking cursor artifacts.
Syntax
configval = config.set_ignore_caret(ignore_caret)
Parameters
- ignore_caret
- Type:bool
- If set to True, then Eyes does extra processing to eliminate artifacts introduced by blinking cursors.
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
We recommend using
set_hide_caret
since this eliminates cursor related artifacts instead of detecting and ignoring them.