setIgnoreCaret method
Use this method to set whether or not Eyes eliminates mismatches due to blinking cursor artifacts.
Syntax
eyes.setIgnoreCaret(ignoreCaret);
Parameters
- ignoreCaret
- Type:boolean
- If set to true, then Eyes does extra processing to eliminate artifacts introduced by blinking cursors.
Return value
- Type: void
Remarks
We recommend using
setHideCaret or setHideCaret
since this eliminates cursor related artifacts instead of detecting and ignoring them.