ignore_caret property
Use this property to set and retrieve whether or not Eyes eliminates mismatches due to blinking cursor artifacts.
Syntax
configval = config.ignore_caret # type is bool
Type:bool
Remarks
We recommend using
set_hide_caret
since this eliminates cursor related artifacts instead of detecting and ignoring them.